Class DeviceConnectionStateEventInfo


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

      • DeviceConnectionStateEventInfo

        public DeviceConnectionStateEventInfo()
    • Method Detail

      • getSequenceNumber

        public String getSequenceNumber()
        Get the sequenceNumber property: 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.
      • setSequenceNumber

        public DeviceConnectionStateEventInfo setSequenceNumber​(String sequenceNumber)
        Set the sequenceNumber property: 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.