ErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All errors that can be returned by the PN532
public enum ErrorCode
type ErrorCode =
Public Enum ErrorCode
- Inheritance
-
ErrorCode
Fields
Name | Value | Description |
---|---|---|
None | 0 | None |
Timeout | 1 | Timeout |
CRCError | 2 | CRC Error |
ParityError | 3 | Parity Error |
ErroneousBitCount | 4 | Erroneous Bit Count |
FramingError | 5 | Framing Error |
AbnormalCollision | 6 | Abnormal Collision |
BufferSizeInsufficient | 7 | Buffer Size Insufficient |
RFBufferOverflow | 9 | RF Buffer Overflow |
RFFieldNotSwitched | 10 | RF Field Not Switched |
RFProtocolError | 11 | RF Protocol Error |
TemperatureError | 13 | Temperature Error |
InternalBufferOverflow | 14 | Internal Buffer Overflow |
InvalidParameter | 16 | Invalid Parameter |
DEPProtocolTargetModeNotSupport | 18 | DEP Protocol Target Mode Not Supported |
DEPProtocolDataFormatNotMatch | 19 | DEP Protocol Data Format Not Match |
MifareAuthenticationError | 20 | Mifare Authentication Error |
CheckByteWrong | 35 | Check Byte Wrong |
DEPProtocolInvalidDeviceState | 37 | DEP Protocol Invalid Device State |
OperationNotAllowed | 38 | Operation Not Allowed |
CommandNotAcceptable | 39 | Command Not Acceptable |
ConfiguredTargetBeenReleased | 41 | Configured Target Been Released |
IDCardDoesNotMatch | 42 | ID Card Does Not Match |
CardDisappeared | 43 | Card Disappeared |
MismatchDEPPassive | 44 | Mismatch DEP Passive |
OverCurrentDetected | 45 | Over Current Detected |
NADMissing | 46 | NA DMissing |
Unknown | 255 | Unknown |