Click or drag to resize
ReadBlock Constructor

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

Initializes a new instance of the ReadBlock class

Namespace: TapTrack.Tcmp.CommandFamilies.MifareClassic
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public ReadBlock(
	byte timeout,
	byte startBlock,
	byte endBlock,
	KeySetting setting,
	byte[] key
)

Parameters

timeout
Type: System.Byte
Maximum time the Tappy will wait for a tag. Time out is in seconds. 0 = No time out
startBlock
Type: System.Byte
Memory block to start reading from
endBlock
Type: System.Byte
Memory block to stop reading
setting
Type: TapTrack.Tcmp.CommandFamilies.MifareClassic.KeySetting
key
Type:System.Byte[]
See Also