#include <si_sha/autodev.h>
Public Attributes | |
sc_rep | _rep |
const TCHAR * | name_ |
const TCHAR * | type_ |
const TCHAR * | address_ |
const TCHAR * | netType_ |
sc_automationBridgeDevice * | brg_ |
All devices in LASE must have a name, address, type, and netType. If some devices lack such standards, they can be assigned by LASE.
Devices may be pointer-handled.
const TCHAR* sc_automationDevice::address_ |
Address of the device on its network.
Bridge device is attached to.
const TCHAR* sc_automationDevice::name_ |
Identifier of the device in LASE.
const TCHAR* sc_automationDevice::netType_ |
Identifies the network type.
const TCHAR* sc_automationDevice::type_ |
Type of device.