Specifications

81/201
BscIsTaskInf
FUNCTION: Reads task information.
FORMAT: _declspec( dllexport ) short APIENTRY BscIsTaskInf(short nCid);
ARGUMENTS IN(Transfer)
nCid Communication handler ID number
OUT(Return)
None
Return Value
-1:Fetch failed
Others:Task information
REMARKS: Task Information
The task information is represented as follows.
0:Master task
1:Sub 1 task
2:Sub 2 task
0 is returned when independent control is not allowed in the system.
NOTE
This function is effective only for transmission against the MRC (MRC transmission function). It
cannot be used for transmission against the MRC (ERC compatible transmission function). Refer to
BscIsTaskInfXrc
for transmission against the NX100/XRC (NX100/XRC transmission function).