Go to the source code of this file.
Functions | |
LLRP_tSMessage * | LLRP_Decoder_decodeMessage (LLRP_tSDecoder *pDecoder) |
void | LLRP_Decoder_destruct (LLRP_tSDecoder *pDecoder) |
void | LLRP_Encoder_destruct (LLRP_tSEncoder *pEncoder) |
void | LLRP_Encoder_encodeElement (LLRP_tSEncoder *pEncoder, const LLRP_tSElement *pElement) |
LLRP_tSMessage* LLRP_Decoder_decodeMessage | ( | LLRP_tSDecoder * | pDecoder | ) |
Definition at line 36 of file ltkc_encdec.c.
void LLRP_Decoder_destruct | ( | LLRP_tSDecoder * | pDecoder | ) |
Definition at line 29 of file ltkc_encdec.c.
void LLRP_Encoder_destruct | ( | LLRP_tSEncoder * | pEncoder | ) |
Definition at line 43 of file ltkc_encdec.c.
void LLRP_Encoder_encodeElement | ( | LLRP_tSEncoder * | pEncoder, |
const LLRP_tSElement * | pElement | ||
) |
Definition at line 50 of file ltkc_encdec.c.