Users Manual Instruction Manual

232
CATC BTTRAINER 2.11 CHAPTER
Users Manual
Trace(result);
result = RFSendATCommand("CONNECTED_DEVICE", dlci, "RING");
Trace(result);
RFDeregisterServerChannel
RFDeregisterServerChannel (ServerID)
Return value
"Success"
"Failed: Not found"
Comments
Example
ServerID = 1;
result = RFDeregisterServerChannel(ServerID);
Trace("Result is ", result);
RFAcceptChannel
RFAcceptChannel(bAccept)
Return value
“Success”
Comments
Example
status = RFAcceptChannel(1);
Trace("RFAcceptChannel returned: ", status, "\n\n");
Parameter Meaning Default Value Comments
ServerID ServerID of
the channel
that is to be
deregistered
00 or 1
Parameter Meaning Default Value Comments
bAccept Boolean value
indicating
whether to
accept the
channel or not
00 or 1