Class: KNX::ObjectServer::ObjectHeader

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/knx/object_server/object_header.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter.



31
32
33
# File 'lib/knx/object_server/object_header.rb', line 31

def filter
  @filter
end

Instance Method Details

#to_binary_sObject



33
34
35
36
37
# File 'lib/knx/object_server/object_header.rb', line 33

def to_binary_s
    resp = super()
    resp << @filter if @filter
    resp
end