Go to the source code of this file.
◆ dynxx_coding_bytes2str()
| const char * dynxx_coding_bytes2str |
( |
const byte * |
inBytes, |
|
|
size_t |
inLen |
|
) |
| |
transfer byte array to string
- Parameters
-
| inBytes | byte array data |
| inLen | byte array length |
- Returns
- hex string
◆ dynxx_coding_case_lower()
| const char * dynxx_coding_case_lower |
( |
const char * |
str | ) |
|
transfer string to lower case
- Parameters
-
- Returns
- lower case string
◆ dynxx_coding_case_upper()
transfer string to upper case
- Parameters
-
- Returns
- upper case string
◆ dynxx_coding_hex_bytes2str()
| const char * dynxx_coding_hex_bytes2str |
( |
const byte * |
inBytes, |
|
|
size_t |
inLen |
|
) |
| |
transfer byte array to hex string
- Parameters
-
| inBytes | byte array data |
| inLen | byte array length |
- Returns
- hex string
◆ dynxx_coding_hex_str2bytes()
| const byte * dynxx_coding_hex_str2bytes |
( |
const char * |
str, |
|
|
DYNXX_OUT size_t * |
outLen |
|
) |
| |
transfer hex string to byte array
- Parameters
-
| str | hex string |
| outLen | A pointer to read length of the byte array |
- Returns
- byte array
◆ dynxx_coding_str2bytes()
| const byte * dynxx_coding_str2bytes |
( |
const char * |
str, |
|
|
DYNXX_OUT size_t * |
outLen |
|
) |
| |
transfer string to byte array
- Parameters
-
| str | hex string |
| outLen | A pointer to read length of the byte array |
- Returns
- byte array
◆ dynxx_coding_str_trim()
| const char * dynxx_coding_str_trim |
( |
const char * |
str | ) |
|
trim string
- Parameters
-
- Returns
- trimmed string