Package com.zebra.rfid.api3
Class LLRPConnectionConfig
java.lang.Object
com.zebra.rfid.api3.LLRPConnectionConfig
This class contains the LLRP Connection Configuration required for Server/Client connectivity
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.zebra.rfid.api3.SecureModeConfig
Hold SecureModeConfig -
Constructor Summary
ConstructorsConstructorDescriptionLLRPConnectionConfig constructorLLRPConnectionConfig
(boolean isCient, int port, String hostServerIP) Overloaded constructor takes server port number, isClient boolean and host server IP as parameter -
Method Summary
Modifier and TypeMethodDescriptionGets the password used to connect with the readerint
getPort()
Gets the LLRP Server's port numberboolean
isClient()
Gets the boolean if configure LLRP as a clientvoid
setClient
(boolean m_IsClient) Sets the boolean if configure LLRP as a clientvoid
setHostServerIP
(String m_HostServerIP) Sets the password used to connect with the readervoid
setPort
(int m_Port) Sets the LLRP Server's port number
-
Field Details
-
SecureModeConfig
public com.zebra.rfid.api3.SecureModeConfig SecureModeConfigHold SecureModeConfig
-
-
Constructor Details
-
LLRPConnectionConfig
public LLRPConnectionConfig()LLRPConnectionConfig constructor -
LLRPConnectionConfig
Overloaded constructor takes server port number, isClient boolean and host server IP as parameter- Parameters:
isCient
- Configure LLRP as a clientport
- LLRP Server's port numberhostServerIP
- IP address of the LLRP server the reader needs to connect to while in client mode
-
-
Method Details
-
getHostServerIP
Gets the password used to connect with the reader -
setHostServerIP
Sets the password used to connect with the reader -
isClient
public boolean isClient()Gets the boolean if configure LLRP as a client -
setClient
public void setClient(boolean m_IsClient) Sets the boolean if configure LLRP as a client -
getPort
public int getPort()Gets the LLRP Server's port number- Returns:
-
setPort
public void setPort(int m_Port) Sets the LLRP Server's port number
-