[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
LockTag class
Namespace: TapTrack.Tcmp.CommandFamilies.BasicNfcAssembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntaxpublic LockTag(
byte timeout,
byte[] uid
)
Parameters
- timeout
- Type: System.Byte
Maximum time the Tappy will wait for a tag. Time out is in seconds. 0 = No time out - uid
- Type:System.Byte[]
Uid of the tag to lock
See Also