class KNX::TwoByteFloatingPoint

Defined in:

knx/datapoint/two_byte_floating_point.cr

Constructors

Instance Method Summary

Instance methods inherited from class KNX::Datapoint

from_bytes(data : Bytes) from_bytes, to_bytes : Bytes to_bytes, to_slice to_slice

Constructor methods inherited from class KNX::Datapoint

new(data : Bytes) new

Constructor Detail

def self.new(data : Int | Float) #

[View source]
def self.new(data : Bytes) #

[View source]

Instance Method Detail

def from_bytes(data : Bytes) #

[View source]
def to_bytes : Bytes #

[View source]
def value : Float64 #

[View source]
def value=(value : Float64) #

[View source]