SoftwareInfo

data class SoftwareInfo(val swVersion: SoftwareVersion, val publicKey: ByteArray)

This data class holds information about the gateway device's software.

Constructors

Link copied to clipboard
constructor(swVersion: SoftwareVersion, publicKey: ByteArray)

Properties

Link copied to clipboard

The public key of the gateway device.

Link copied to clipboard

The software version of the gateway device.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int