General Device base class, this class itself will normaly not be instantiated.
function Device(master:Master, deviceId:Number, representsType:Number)Constructs a new Device object and registers it to the master, this way the events for this device will be routed from the Master to this object.
master | contains a pointer to the master object, see Master. |
deviceId | is the unique device identifier which you can find on the board or using the Master.requestDeviceTable method of the Master. |
representsType | contains the decimal form of the device type which will be filled by the respective device subclasses. |