Status Functions

These functions make up the status and information portion of the CEI-x30 API.  They provide the methods to retrieve specific device and channel-level attribute states.  The Status Functions group includes:

(1) Get Board Name:
Returns a string description for the detected board type.

(2) Get Board Type:
Returns the board type for the specified device number.

 (3) Get Total Number of Receivers:
Returns the total number of receive channels configured on the device.

(4) Get Total Number of Transmitters:
Returns the total number of transmit channels configured on the device.

(5) Get Error Message:
Returns a message string describing the supplied error code.

(6) Get Receiver Status:
Returns the combined state of each Rx FIFO status register FIFO Data Available bit.

(7) Get API Version:
Returns the software version number for the API.

Functions

(1)   ar_get_boardname

(2)   ar_get_boardtype

(3)   ar_num_rchans

(4)   ar_num_xchans

(5)   ar_get_error

(6)   ar_get_status

(7)   ar_version

References

Alphabetical Function Index
Hierarchical Function Index

CEI-x30 API Description