Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Utils Class Reference
Utility functions. More...
#include <Utils.h>
Static Public Member Functions | |
static int | encodeFormUrl (char *s, char *t) |
encodes string in percent encoding | |
static void | encodeBase64 (char ibuf[], int length, char *obuf) |
encodes data to BASE64 string | |
static void | encodeBase64 (char *ibuf, char *obuf) |
encodes string to BASE64 string | |
static bool | fgetValues (FILE *fp, const char *pattern,...) |
gets values from a file according to the specified pattern format |
Detailed Description
Utility functions.
Definition at line 33 of file Utils.h.
Member Function Documentation
static void encodeBase64 | ( | char | ibuf[], |
int | length, | ||
char * | obuf | ||
) | [static] |
static void encodeBase64 | ( | char * | ibuf, |
char * | obuf | ||
) | [static] |
static int encodeFormUrl | ( | char * | s, |
char * | t | ||
) | [static] |
Generated on Wed Jul 20 2022 21:57:17 by
