A Sandcastle Documented Class Library
![]() | 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)

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: BooleanTrue if the read was successful.
