Package com.zebra.rfid.api3
Class SERVICE_ID
- java.lang.Object
-
- com.zebra.rfid.api3.SERVICE_ID
-
public class SERVICE_ID extends java.lang.Object
SERVICE ID specifies the Application/ Component
-
-
Field Summary
Fields Modifier and Type Field Description static SERVICE_ID
LLRP_SERVER
LLRP Serverint
ordinal
static SERVICE_ID
RM
RM Server
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(int val)
int
getValue()
java.lang.String
toString()
-
-
-
Field Detail
-
RM
public static final SERVICE_ID RM
RM Server
-
LLRP_SERVER
public static final SERVICE_ID LLRP_SERVER
LLRP Server
-
ordinal
public final int ordinal
-
-