Function eccodes_sys::codes_get_message[][src]

pub unsafe extern "C" fn codes_get_message(
    h: *const codes_handle,
    message: *mut *const c_void,
    message_length: *mut size_t
) -> c_int
Expand description

\defgroup handling_coded_messages Handling coded messages */ getting the message attached to a handle

@param h : the handle to which the buffer should be gathered @param message : the pointer to be set to the handle’s data @param message_length : On exit, the message size in number of bytes @return 0 if OK, integer value on error