Class DeviceConnectionStateEventInfo


  • public class DeviceConnectionStateEventInfo
    extends Object
    Information about the device connection state event.
    • Constructor Detail

      • DeviceConnectionStateEventInfo

        public DeviceConnectionStateEventInfo()
    • Method Detail

      • sequenceNumber

        public String sequenceNumber()
        Get sequence number is string representation of a hexadecimal number. string compare can be used to identify the larger number because both in ASCII and HEX numbers come after alphabets. If you are converting the string to hex, then the number is a 256 bit number.
        Returns:
        the sequenceNumber value
      • withSequenceNumber

        public DeviceConnectionStateEventInfo withSequenceNumber​(String sequenceNumber)
        Set sequence number is string representation of a hexadecimal number. string compare can be used to identify the larger number because both in ASCII and HEX numbers come after alphabets. If you are converting the string to hex, then the number is a 256 bit number.
        Parameters:
        sequenceNumber - the sequenceNumber value to set
        Returns:
        the DeviceConnectionStateEventInfo object itself.