SpringCard Smart Readers library for .NET  19.9.20
Communicate and manage SpringCard Smart Reader devices
SpringCard.SmartReader.Mk2Link.Mk2Protocol.ProtocolBlock Class Reference

Abstract class to group the HostToDevice and DeviceToHost sub-classes. More...

Inheritance diagram for SpringCard.SmartReader.Mk2Link.Mk2Protocol.ProtocolBlock:
SpringCard.SmartReader.Mk2Link.Mk2Protocol.DeviceToHostBlock SpringCard.SmartReader.Mk2Link.Mk2Protocol.HostToDeviceBlock

Public Member Functions

byte [] GetValue (ushort T)
 Retrieve a V given its T. More...
 

Properties

byte Type [get, protected set]
 The type of the block (either a HostToDeviceTag or a DeviceToHostTag) More...
 
byte [] Payload [get, protected set]
 The payload of the block. More...
 
Dictionary< ushort, byte[]> DataPieces [get, protected set]
 The payload explosed as a list of T,L,V. More...
 

Detailed Description

Abstract class to group the HostToDevice and DeviceToHost sub-classes.

Member Function Documentation

◆ GetValue()

byte [] SpringCard.SmartReader.Mk2Link.Mk2Protocol.ProtocolBlock.GetValue ( ushort  T)

Retrieve a V given its T.

Property Documentation

◆ DataPieces

Dictionary<ushort, byte[]> SpringCard.SmartReader.Mk2Link.Mk2Protocol.ProtocolBlock.DataPieces
getprotected set

The payload explosed as a list of T,L,V.

◆ Payload

byte [] SpringCard.SmartReader.Mk2Link.Mk2Protocol.ProtocolBlock.Payload
getprotected set

The payload of the block.

◆ Type

byte SpringCard.SmartReader.Mk2Link.Mk2Protocol.ProtocolBlock.Type
getprotected set

The type of the block (either a HostToDeviceTag or a DeviceToHostTag)


The documentation for this class was generated from the following file: