Class: XBee::Frames::CreateSourceRoute

Inherits:
AddressedFrame show all
Defined in:
lib/xbee/frames/create_source_route.rb

Instance Attribute Summary

Attributes inherited from AddressedFrame

#address16, #address64

Attributes inherited from IdentifiedFrame

#id

Attributes inherited from Frame

#packet

Instance Method Summary collapse

Methods inherited from AddressedFrame

#bytes

Methods inherited from IdentifiedFrame

#bytes

Methods inherited from Frame

api_id, #bytes, from_packet, #to_packet

Constructor Details

#initialize(packet: nil) ⇒ CreateSourceRoute

TODO: Not implemented



10
11
12
# File 'lib/xbee/frames/create_source_route.rb', line 10

def initialize(packet: nil)
  raise 'Not implemented'
end