Class: XBee::Config::CommandCharacter

Inherits:
RFModuleParameter show all
Defined in:
lib/module_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.



55
56
57
# File 'lib/module_config.rb', line 55

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