Shows how to use wclGetErrorInfo function
Wireless Communication Library (https://www.btframework.com/wcl.htm) includes very usefull function wclGetErrorInfo() that can be used by your applications to translate WCL error codes into human readable description.
The function can read errors information from XML file located on our site (https://ww.btframework.com/errors.xml) or from local copy of this file.
- Delphi samples is designed for Delphi/CBuilder (RAD Studio) 10
- C++ samples is designed for Visual Studio 2015
- .NET samples is designed for .NET Framework 4.0 and above and created in Visual Studio 2015
Required:
- Bluetooth Framework 7.19.0.0 or above. You can download Bluetooth Framework here
- IrDA Framework 7.9.0.0 or above. You can download IrDA Framework here
- Serial Framework 7.8.0.0 or above. You can download Serial Framework here
- Timeline Framework 7.2.0.0 or above. You can download Timeline Framework here
- WiFi Framework 7.12.0.0 or above. You can download WiFi Framework here
The file on the site is always up to date. However using local file does not require internet access and for some reason can be better.
This very simple demo applications show how to use this function. Should you have any questions please contact us at support@btframework.com