Constructor accepting PACS data for further processing.
Namespace:
CardWerk.SmartCard.DataModule.Wiegand
Assembly: CardWerk.SmartCard.CardModule.Prox (in CardWerk.SmartCard.CardModule.Prox.dll)
Assembly: CardWerk.SmartCard.CardModule.Prox (in CardWerk.SmartCard.CardModule.Prox.dll)
Public Sub New( _
ByVal rawWiegandData As Byte() _
)
This language is not supported or no code example is available.
public PacsData(
byte[] rawWiegandData
)
This language is not supported or no code example is available.
public:
PacsData(
array< Byte >^ rawWiegandData
)
This language is not supported or no code example is available.
Parameters
- rawWiegandData
-
Type: byte[]
raw PACS data bits stuffed in a byte array