Class LLRPConnectionConfig

java.lang.Object
com.zebra.rfid.api3.LLRPConnectionConfig

public class LLRPConnectionConfig extends 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
    Hold SecureModeConfig
  • Constructor Summary

    Constructors
    Constructor
    Description
    LLRPConnectionConfig constructor
    LLRPConnectionConfig(boolean isCient, int port, String hostServerIP)
    Overloaded constructor takes server port number, isClient boolean and host server IP as parameter
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the password used to connect with the reader
    int
    Gets the LLRP Server's port number
    boolean
    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(String m_HostServerIP)
    Sets the password used to connect with the reader
    void
    setPort(int m_Port)
    Sets the LLRP Server's port number

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SecureModeConfig

      public com.zebra.rfid.api3.SecureModeConfig SecureModeConfig
      Hold SecureModeConfig
  • Constructor Details

    • LLRPConnectionConfig

      public LLRPConnectionConfig()
      LLRPConnectionConfig constructor
    • LLRPConnectionConfig

      public LLRPConnectionConfig(boolean isCient, int port, String hostServerIP)
      Overloaded constructor takes server port number, isClient boolean and host server IP as parameter
      Parameters:
      isCient - Configure LLRP as a client
      port - LLRP Server's port number
      hostServerIP - IP address of the LLRP server the reader needs to connect to while in client mode
  • Method Details

    • getHostServerIP

      public String getHostServerIP()
      Gets the password used to connect with the reader
    • setHostServerIP

      public void setHostServerIP(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