WriteUri Constructor (Byte, Boolean, NdefUri) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
WriteUri class
Namespace: TapTrack.Tcmp.CommandFamilies.BasicNfcAssembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntaxpublic WriteUri(
byte timeout,
bool willLock,
NdefUri uri
)
Parameters
- timeout
- Type: SystemByte
Maximum time the Tappy will wait for a tag. Time out is in seconds. 0 = No time out - willLock
- Type: SystemBoolean
If true, the Tappy will lock the tag after writing - uri
- Type: TapTrack.NdefNdefUri
Uri to be written to a tag
See Also