#include <si_sha/instbrg.h>
Public Attributes | |
sc_automationBridgeBase | base_ |
sc_serialPort | port_ |
s_uint32 | address_ |
s_uint8 | category_ |
s_uint8 | subcategory_ |
sc_automationPacketPtrhList | ooo_ |
This object is the low level bridge driver for the Insteon device network. The C member functions of this object encode the binary serial messages to the controller, and follow the bridge <-> host protocol. This object currently works with the Insteon USB PowerLinc Modem (Dual Band) #2413U. This device is reported on the network as Insteon device type 03-15.
s_uint32 sc_insteonBridge::address_ |
The bridge network address.
Automation bridge base class.
s_uint8 sc_insteonBridge::category_ |
The bridge device type. (MSB)
sc_automationPacketPtrhList sc_insteonBridge::ooo_ |
List of out-of-order packets from network.
The serial port the bridge is connected to.
s_uint8 sc_insteonBridge::subcategory_ |
The bridge device type. (LSB)