Compounds | |
class | CLibDj |
Class to contain all the libdj helper classes. More... | |
Validation defines | |
Various defines for different types of validation | |
#define | VA_NUMBERS 0x01 |
#define | VA_UC_LETTERS 0x02 |
#define | VA_LC_LETTERS 0x04 |
#define | VA_SYMBOLS 0x08 |
#define | VA_PHONENUMBER 0x10 |
#define | VA_DATE 0x20 |
#define | VA_LETTERS (VA_UC_LETTERS|VA_LC_LETTERS) |
#define | VM_NUMBERS "0123456789" |
#define | VM_UC_LETTERS "ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
#define | VM_LC_LETTERS "abcdefghijklmnopqrstuvwxyz" |
#define | VM_LETTERS VM_UC_LETTERS VM_LC_LETTERS |
#define | VM_SYMBOLS "`~!@#$%^&*()_+-=[]{};':\",.<>/?\\|" |
#define | VM_PHONENUMBER VM_NUMBERS "-()" |
#define | VM_DATE VM_NUMBERS "/" |
Defines | |
#define | VA_FAILED 0x00 |
String did not pass validation. More... | |
#define | VA_OK 0x01 |
String passed validation and is ok. More... | |
Functions | |
void | Service_Startup (void) |
libdj defined service routine. More... |
|
|
|
|
|
|
|
|
|
|
|
Defines for status bytes of CDijinni::getFlags |
|
|
|
|
|
|
|
String did not pass validation.
|
|
|
|
|
|
|
|
String passed validation and is ok.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libdj defined service routine. FILE libdj.h
DESCRIPTION dijinni support library |