Type Alias simics_api_sys::bindings::datagram_link_interface_t

source ·
pub type datagram_link_interface_t = datagram_link_interface;

Aliased Type§

struct datagram_link_interface_t {
    pub receive: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>,
}

Fields§

§receive: Option<unsafe extern "C" fn(_: *mut conf_object, _: bytes_t)>

Transmit a message to the object.