Skip to main content

Enum RfidValidationStatus

RFID validation statuses

Assembly: IDxxLA.dll​
View Source​
Declaration
public enum RfidValidationStatus

Fields​

Ok​

Rfid read was successful

View Source​
Declaration
Ok = 0

ChecksumFailed​

Rfid was read but failed checksum validation

View Source​
Declaration
ChecksumFailed = 1

InvalidDataFormat​

Attempt to read the Rfid failed due to the data read from the serial port not being in an expected format.

View Source​
Declaration
InvalidDataFormat = 2