NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
ex_syscommbtcheckstatus.nxc

This is an example of how to use the SysCommBTCheckStatus function along with the CommBTCheckStatusType structure.

task main()
{
args.Connection = 1;
if (args.Result == LDR_SUCCESS) { /* do something */ }
}