class KNX::DpString

Defined in:

knx/datapoint/string.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 : String) #

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

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

[View source]