|
5MP Motion Camera
1.1.1.1
A waterproof, low power, battery operated, motion activated, 5 mega-pixel, WiFi camera.
|
Go to the source code of this file.
Functions | |
| int | base64_encode (char *output, char *input, int inputLen) |
| int | base64_decode (char *output, char *input, int inputLen) |
| int | base64_enc_len (int inputLen) |
| int | base64_dec_len (char *input, int inputLen) |
Variables | |
| const char | b64_alphabet [] |
| int base64_dec_len | ( | char * | input, |
| int | inputLen | ||
| ) |
| int base64_decode | ( | char * | output, |
| char * | input, | ||
| int | inputLen | ||
| ) |
| int base64_enc_len | ( | int | inputLen | ) |
| int base64_encode | ( | char * | output, |
| char * | input, | ||
| int | inputLen | ||
| ) |
| const char b64_alphabet[] |