public class LLRPConnectionConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
SecureModeConfig |
SecureModeConfig
Hold SecureModeConfig
|
| Constructor and Description |
|---|
LLRPConnectionConfig()
LLRPConnectionConfig constructor
|
LLRPConnectionConfig(boolean isCient,
int port,
java.lang.String hostServerIP)
Overloaded constructor takes server port number, isClient boolean and host server IP as parameter
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostServerIP()
Gets the password used to connect with the reader
|
int |
getPort()
Gets the LLRP Server's port number
|
boolean |
isClient()
Gets the boolean if configure LLRP as a client
|
void |
setClient(boolean m_IsClient)
Sets the boolean if configure LLRP as a client
|
void |
setHostServerIP(java.lang.String m_HostServerIP)
Sets the password used to connect with the reader
|
void |
setPort(int m_Port)
Sets the LLRP Server's port number
|
public SecureModeConfig SecureModeConfig
public LLRPConnectionConfig()
public LLRPConnectionConfig(boolean isCient,
int port,
java.lang.String hostServerIP)
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 modepublic java.lang.String getHostServerIP()
public void setHostServerIP(java.lang.String m_HostServerIP)
public boolean isClient()
public void setClient(boolean m_IsClient)
public int getPort()
public void setPort(int m_Port)