Click or drag to resize
StreamUid Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the StreamUid class

Namespace: TapTrack.Tcmp.CommandFamilies.BasicNfc
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public StreamUid(
	byte timeout,
	DetectTagSetting tagType
)

Parameters

timeout
Type: SystemByte
Maximum time the Tappy will wait for a tag. Time out is in seconds. 0 = No time out
tagType
Type: TapTrack.Tcmp.CommandFamilies.BasicNfcDetectTagSetting
Type of tag to detect
See Also