Class CAENRFIDNetworkInfo


  • public class CAENRFIDNetworkInfo
    extends Object
    This class represents the IP v4 settings of the CAEN RFID reader.
    • Constructor Detail

      • CAENRFIDNetworkInfo

        protected CAENRFIDNetworkInfo​(String ipAddress,
                                      String ipNetMask,
                                      String ipGateway)
    • Method Detail

      • getIpAddress

        public String getIpAddress()
        Gets the CAEN RFID reader's IP v4 address.
        Returns:
        A string of the internal address in IP v4 format.
      • getIpNetMask

        public String getIpNetMask()
        Gets the CAEN RFID reader's IP v4 gateway.
        Returns:
        A string of the internal gateway in IP v4 format.
      • getIpGateway

        public String getIpGateway()
        Gets the CAEN RFID reader's IP v4 netmask.
        Returns:
        A string of the internal netmask in IP v4 format.