An open API service indexing awesome lists of open source software.

https://github.com/btframework/errortotext

Shows how to use wclGetErrorInfo function
https://github.com/btframework/errortotext

cpp csharp delphi ex example example-project samplecode vbnet vcl wireless-communication-library

Last synced: 11 months ago
JSON representation

Shows how to use wclGetErrorInfo function

Awesome Lists containing this project

README

          

# ErrorToText
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](https://www.btframework.com/bluetoothframework.htm)
* IrDA Framework **7.9.0.0** or above. You can download IrDA Framework [here](https://www.btframework.com/irdaframework.htm)
* Serial Framework **7.8.0.0** or above. You can download Serial Framework [here](https://www.btframework.com/serialframework.htm)
* Timeline Framework **7.2.0.0** or above. You can download Timeline Framework [here](https://www.btframework.com/timelineframework.htm)
* WiFi Framework **7.12.0.0** or above. You can download WiFi Framework [here](https://www.btframework.com/wififramework.htm)

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