Specifications
159/201
BscClose
FUNCTION: Releases a communication handler.
FORMAT: _declspec( dllexport ) short APIENTRY BscClose(short nCid);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
OUT(Return)
None
Return Value
0:Normal completion
Others:Failed to release
REMARKS: Call Condition
It is necessary to disconnect the communications lines by BscDisConnect function before calling this
function.