Package com.zebra.rfid.api3
Class LLRPConnectionConfig
- java.lang.Object
-
- com.zebra.rfid.api3.LLRPConnectionConfig
-
public class LLRPConnectionConfig extends java.lang.Object
This class contains the LLRP Connection Configuration required for Server/Client connectivity
-
-
Field Summary
Fields Modifier and Type Field Description com.zebra.rfid.api3.SecureModeConfig
SecureModeConfig
Hold SecureModeConfig
-
Constructor Summary
Constructors Constructor Description LLRPConnectionConfig()
LLRPConnectionConfig constructorLLRPConnectionConfig(boolean isCient, int port, java.lang.String hostServerIP)
Overloaded constructor takes server port number, isClient boolean and host server IP as parameter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHostServerIP()
Gets 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(java.lang.String m_HostServerIP)
Sets the password used to connect with the readervoid
setPort(int m_Port)
Sets the LLRP Server's port number
-
-
-
Constructor Detail
-
LLRPConnectionConfig
public LLRPConnectionConfig()
LLRPConnectionConfig constructor
-
LLRPConnectionConfig
public LLRPConnectionConfig(boolean isCient, int port, java.lang.String hostServerIP)
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 Detail
-
getHostServerIP
public java.lang.String getHostServerIP()
Gets the password used to connect with the reader
-
setHostServerIP
public void setHostServerIP(java.lang.String m_HostServerIP)
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
-
-