Class for communicating with a dac (analog) output device.
function DacOutputDevice(master:Master, deviceId:Number)This constructor creates a new object for communicating with a dac output device.
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. |