MPLAB® Harmony Graphics Suite
|
Given an encoded codepoint (ASCII, UTF-8, or UTF-16) returns the actual codepoint
Parameters |
Description |
uint32_t encoding |
the encoding of the value |
uint8_t* data |
the data to decode |
uint32_t max |
the size of the data buffer |
uint32_t* codePoint |
will contain the decoded code point |
uint32_t* offset |
will contain the offset in the buffer after the decode point |
leResult - the result of the operation
MPLAB® Harmony Graphics Suite
|