Class: GetDeviceInfo

Inherits:
SystemCommand show all
Defined in:
lib/telegrams/commands/system/get_device_info.rb

Instance Attribute Summary

Attributes inherited from RespondableTelegram

#command

Attributes inherited from Telegram

#type

Instance Method Summary collapse

Methods inherited from RespondableTelegram

#as_bytes, #require_response=, #require_response?

Methods inherited from Telegram

#as_bytes, #max_size_in_bytes

Constructor Details

#initializeGetDeviceInfo

Returns a new instance of GetDeviceInfo.



4
5
6
7
# File 'lib/telegrams/commands/system/get_device_info.rb', line 4

def initialize
  super
  @command = 0x9B
end