beautypg.com

Catc ver. 1.40 – Teledyne LeCroy Automation API for Bluetooth Analyzers User Manual

Page 51

background image

45

Automation API for CATC Bluetooth Analyzers

CATC

Ver. 1.40

}

_stprintf( elem, _T("%d bits"), number_of_bits );

_tcscat( packet_message, elem );

::MessageBox( NULL, packet_message, _T("Raw packet bits"), MB_OK );

}

else

{

::MessageBox( NULL, _T("Invalid argument"), _T("BTAnalyzer client"),

MB_OK );

}