Package com.zebra.rfid.api3
Class GEN2V2_OPERATION_CODE
java.lang.Object
com.zebra.rfid.api3.GEN2V2_OPERATION_CODE
Operation Codes for Gen2v2 operations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GEN2V2_OPERATION_CODESpecifies authenticate operationstatic final GEN2V2_OPERATION_CODESpecifies crypto operationstatic final GEN2V2_OPERATION_CODESpecifies readbuffer operationstatic final GEN2V2_OPERATION_CODESpecifies untraceable operationfinal int -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(int val) static GEN2V2_OPERATION_CODEGetG2V2OperationCodeValue(int value) static GEN2V2_OPERATION_CODEGetG2V2OperationCodeValue(String g2v2operation) intgetValue()toString()
-
Field Details
-
G2V2_OPERATION_AUTHENTICATE
Specifies authenticate operation -
G2V2_OPERATION_UNTRACEABLE
Specifies untraceable operation -
G2V2_OPERATION_READBUFFER
Specifies readbuffer operation -
G2V2_OPERATION_CRYPTO
Specifies crypto operation -
ordinal
public final int ordinal
-
-
Method Details