Type Alias simics_api_sys::bindings::link_endpoint_interface_t

source ·
pub type link_endpoint_interface_t = link_endpoint_interface;

Aliased Type§

struct link_endpoint_interface_t {
    pub delivery_time: Option<unsafe extern "C" fn(_: *mut conf_object) -> slave_time_t>,
    pub delivery_skey: Option<unsafe extern "C" fn(_: *mut conf_object) -> u64>,
}

Fields§

§delivery_time: Option<unsafe extern "C" fn(_: *mut conf_object) -> slave_time_t>

Delivery time and secondary key for the message currently being delivered to the device when using indirect delivery.

§delivery_skey: Option<unsafe extern "C" fn(_: *mut conf_object) -> u64>