DeviceUserAbstractBehaviour Class¶
Description¶
DeviceUserAbstractBehaviour (since 1.3.0) is the abstract class for all device users, e.g. trackers.
Public Functions¶
void Bind(DeviceAbstractBehaviour behaviour)
Public Events¶
event Action<DeviceUserAbstractBehaviour, DeviceAbstractBehaviour> WorkStart
event Action<DeviceUserAbstractBehaviour> WorkStop
void Bind(DeviceAbstractBehaviour behaviour)¶
Bind a device. A device user can only work when a valid device is bound.
event Action<DeviceUserAbstractBehaviour, DeviceAbstractBehaviour> WorkStart¶
The work start event, e.g tracker start to run.
event Action<DeviceUserAbstractBehaviour> WorkStop¶
The work stop event.