public class TransponderAccessErrorCode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static TransponderAccessErrorCode |
ACCESS_ERROR
The instance of Access eror
|
static TransponderAccessErrorCode |
COMMAND_FORMAT_ERROR
The instance of Command format error
|
static TransponderAccessErrorCode |
CRC_ERROR_ON_TRANSPONDER_RESPONSE
The instance of CRC error on transponder response
|
static TransponderAccessErrorCode |
HANDLE_MISMATCH
The instance of Handle Mismatch
|
static TransponderAccessErrorCode |
INVALID_PASSWORD
The instance of Invalid password
|
static TransponderAccessErrorCode |
NO_TRANSPONDER_REPLY
The instance of No transponder reply
|
static TransponderAccessErrorCode |
NOT_SPECIFIED
The instance of Not Specified
|
static TransponderAccessErrorCode |
OPERATION_FAILED
The instance of Operation failed
|
static TransponderAccessErrorCode |
OUT_OF_RETRIES
The instance of Out of retries
|
static TransponderAccessErrorCode[] |
PRIVATE_VALUES |
static TransponderAccessErrorCode |
READ_COUNT_INVALID
The instance of Read count invalid
|
static TransponderAccessErrorCode |
TRANSPONDER_LOST
The instance of Transponder lost
|
static TransponderAccessErrorCode |
ZERO_KILL_PASSWORD
The instance of Zero kill password
|
Modifier and Type | Method and Description |
---|---|
static TransponderAccessErrorCode[] |
getValues() |
static TransponderAccessErrorCode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final TransponderAccessErrorCode NOT_SPECIFIED
public static final TransponderAccessErrorCode HANDLE_MISMATCH
public static final TransponderAccessErrorCode CRC_ERROR_ON_TRANSPONDER_RESPONSE
public static final TransponderAccessErrorCode NO_TRANSPONDER_REPLY
public static final TransponderAccessErrorCode INVALID_PASSWORD
public static final TransponderAccessErrorCode ZERO_KILL_PASSWORD
public static final TransponderAccessErrorCode TRANSPONDER_LOST
public static final TransponderAccessErrorCode COMMAND_FORMAT_ERROR
public static final TransponderAccessErrorCode READ_COUNT_INVALID
public static final TransponderAccessErrorCode OUT_OF_RETRIES
public static final TransponderAccessErrorCode ACCESS_ERROR
public static final TransponderAccessErrorCode OPERATION_FAILED
public static final TransponderAccessErrorCode[] PRIVATE_VALUES
public static final TransponderAccessErrorCode[] getValues()
public static final TransponderAccessErrorCode Parse(java.lang.String parameter)