CLASS2.VSCPD
This class is reserved for internal events used by the damon to communicate with level III drivers. Events of this type should never be visible on a physical bus.
VSCP2_TYPE_VSCPD_GENERAL
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_LOOP
Reserved
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_PAUSE
The machine/daemon is going to a pause state.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_ACTIVATE
The machine/daemon is going from a pause state.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_STARTING_UP
The machine/daemon is starting up. This is the first event sent after a machine start up.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_SHUTTING_DOWN
The machine/daemon is shutting down. This is the last event sent before a machine is shutting off.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_DRV3_START
This event is used by the VSCP daemon to stop a Level III driver.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_DRV3_STOP
This event is used by the VSCP daemon to pause execution of a Level III driver.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_DRV3_PAUSE
Reserved
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_DRV3_RESUME
This event is used by the VSCP daemon to resume execution of a Level III driver.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_DRV3_RESTART
This event is used by the VSCP daemon to restart a Level III driver.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
VSCP2_TYPE_VSCPD_DRV3_CONFIG
This event is used by the VSCP daemon to (re)configure a Level III driver.
Event data is GUID for driver followed by a null terminated UTF8 string that is the path to a XML configuration string.
Data byte | Description |
---|---|
0-15 | GUID for driver (MSB->LSB). |
16 - | NULL terminated path to config file |