class KNX::Boolean

Defined in:

knx/datapoint/boolean.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(value : Bool) #

[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 : Bool #

ameba:disable Style/QueryBoolMethods


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

ameba:disable Style/QueryBoolMethods


[View source]