Add getters for the raw encoding in IMV/IMC messages
This commit is contained in:
@@ -77,6 +77,13 @@ struct imc_msg_t {
|
||||
*/
|
||||
enumerator_t* (*create_attribute_enumerator)(imc_msg_t *this);
|
||||
|
||||
/**
|
||||
* Get the encoding of the IMC message.
|
||||
*
|
||||
* @return message encoding, internal data
|
||||
*/
|
||||
chunk_t (*get_encoding)(imc_msg_t *this);
|
||||
|
||||
/**
|
||||
* Destroys a imc_msg_t object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user