Classes | |
class | IlsTranslationMng |
API FOR ADVANCED USERS – This class is used to managed the encoding and decoding functions used to translate strings between different locales. More... | |
Typedefs | |
typedef char *(* | IlsMsgDecoder) (const char *buf, unsigned long &len) |
This function type is used when a message is expected from the communication layer. More... | |
typedef char *(* | IlsMsgEncoder) (const char *buf, unsigned long &len) |
This function type is used when a message is to be sent over the communication layer. More... | |