pomp_msg_init

Function pomp_msg_init 

Source
pub unsafe extern "C" fn pomp_msg_init(
    msg: *mut pomp_msg,
    msgid: u32,
) -> c_int
Expand description

Initialize a message object before starting to encode it. @param msg : message. @param msgid : message id. @return 0 in case of success, negative errno value in case of error.