Download Position Board User`s Manual

Transcript
4. API FUNCTION DETAILS
4.1.2 sscGetMountChannel
The mount channel information will be got.
int sscGetMountChannel (
int board_id,
short *mountch
);
Argument
board_id [in]
Board ID number (0 to 3)
mountch [out]
Pointer to 2-byte variable (2 bytes × 1) which stores the mount channel information
Return value
SSC_OK
SSC_NG
SSC_UNOPEN
Function succeeded.
Function failed. (To confirm the detailed error code, use the sscGetLastError function.)
Before calling the sscOpen function.
Detailed error code
Value
Cause/countermeasure
SSC_FUNC_ERR_ARGUMENT_0
= 1 to 9: Argument location
The argument is outside the set range.
Point
None.
Supported version
API Ver.
Board Ver.
Header file
Ver.1.00
A0
mc2xxstd.h
Reference
None.
4-2