Class: XBee::Frames::CreateSourceRoute
- Inherits:
-
AddressedFrame
- Object
- Frame
- IdentifiedFrame
- AddressedFrame
- XBee::Frames::CreateSourceRoute
- Defined in:
- lib/xbee/frames/create_source_route.rb
Instance Attribute Summary
Attributes inherited from AddressedFrame
Attributes inherited from IdentifiedFrame
Attributes inherited from Frame
Instance Method Summary collapse
-
#initialize(packet: nil) ⇒ CreateSourceRoute
constructor
TODO: Not implemented.
Methods inherited from AddressedFrame
Methods inherited from IdentifiedFrame
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 |