Class: XBee::Config::CommandCharacter

Inherits:
RFModuleParameter show all
Defined in:
lib/ruxbee/config.rb

Instance Attribute Summary

Attributes inherited from RFModuleParameter

#at_name, #default_value, #operation_mode, #retrieved, #value

Instance Method Summary collapse

Constructor Details

#initialize(default = '+') ⇒ CommandCharacter

Returns a new instance of CommandCharacter.



56
57
58
# File 'lib/ruxbee/config.rb', line 56

def initialize(default = '+')
  super("CC", default)
end