Class: XBee::Frame::IODataSampleRxIndicator

Inherits:
ReceivedFrame show all
Defined in:
lib/ruxbee/frame/io_data_sample_rx_indicator.rb

Instance Attribute Summary

Attributes inherited from Base

#api_identifier, #cmd_data, #frame_id

Instance Method Summary collapse

Methods inherited from ReceivedFrame

#initialize

Methods inherited from Base

#_dump, #data, #length

Constructor Details

This class inherits a constructor from XBee::Frame::ReceivedFrame

Instance Method Details

#cmd_data=(data_string) ⇒ Object



4
5
6
7
# File 'lib/ruxbee/frame/io_data_sample_rx_indicator.rb', line 4

def cmd_data=(data_string)

  @cmd_data = data_string
end