Tag.ReadTid Method

TegoOS

TagReadTid Method
Reads the TID for the tag provided that the chip type is known.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool ReadTid(
	string message = null
)
Public Function ReadTid ( 
	Optional message As String = Nothing
) As Boolean
public:
bool ReadTid(
	String^ message = nullptr
)
member ReadTid : 
        ?message : string 
(* Defaults:
        let _message = defaultArg message null
*)
-> bool 

Parameters

message (Optional)
Type: SystemString
Message for progress reporting.

Return Value

Type: Boolean
True if the read was successful.
See Also