struct

Keyleds::Device::Version

Inherits Struct < Value < Object

Describes the current firmware version of a device.

Constructors

new(serial : StaticArray(UInt8, 4), transport : UInt16, model : StaticArray(UInt8, 6), protocols : Array(Protocol))
Source

Instance methods

clone
Source
copy_with(serial _serial = @serial, transport _transport = @transport, model _model = @model, protocols _protocols = @protocols)
Source
model
protocols
serial
transport