1.1.2.6 OcaIdentificationSensor
Class Hierarchy:
OcaRoot → OcaWorker → OcaSensor → OcaIdentificationSensor
-
class OcaIdentificationSensor : OcaSensor
Sensor for device identification mechanism. The idea of this mechanism is that there is some kind of control – a pushbutton, for instance – that the user depresses to send a device identification event to the controller. Such mechanisms aid in the setup of networks.
Properties:
-
static const OcaClassID ClassID = "1.1.2.6"
Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.
This property has id
4.1
.
-
static const OcaClassVersionNumber ClassVersion = 2
Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.
This property has id
4.2
.
Properties inherited from OcaSensor:
Properties inherited from OcaWorker:
OcaList<OcaPort> OcaWorker::Ports
OcaTimeInterval OcaWorker::Latency
Properties inherited from OcaRoot:
Methods:
Methods inherited from OcaSensor:
Methods inherited from OcaWorker:
Methods inherited from OcaRoot:
Events:
-
void Identify(OcaEventData eventData)
Event that is emitted when someone actuates the device identification control.
-
static const OcaClassID ClassID = "1.1.2.6"