User manual
11Page
Velleman Projects
3.4
ReadIAllAnalog
Syntax
void ReadAllAnalog(int CardAddress, int *Buffer);
Parameter
CardAddress: The address of previously opened card.
Buffer: Pointer to an array of five 32 bit integers where the data will be read.
Description
The status of all five Analog to Digital Converters are read to an array of long integers.
Example
int Buffer[8];
ReadAllAnalog(CardAddress, Buffer);