Class 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 constructor
      LLRPConnectionConfig​(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 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
      • Methods inherited from class java.lang.Object

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

      • SecureModeConfig

        public com.zebra.rfid.api3.SecureModeConfig SecureModeConfig
        Hold SecureModeConfig
    • 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 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 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