Hex string API

Click here for the API Reference documentation.


This API provides convertion tools to switch between:

Conversion

Code sample:

 char     HexString[] = "136ABC";
 uint8_t  binString[] = {0x13,0x6A,0xBC};

So le_hex_StringToBinary will convert HexString to binString.

and le_hex_BinaryToString will convert binString to HexString.


Copyright (C) Sierra Wireless, Inc. 2013. All rights reserved. Use of this work is subject to license.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines