UA_Client_EventNotificationCallback

Type Alias UA_Client_EventNotificationCallback 

Source
pub type UA_Client_EventNotificationCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, subId: UA_UInt32, subContext: *mut c_void, monId: UA_UInt32, monContext: *mut c_void, nEventFields: usize, eventFields: *mut UA_Variant)>;

Aliased Type§

pub enum UA_Client_EventNotificationCallback {
    None,
    Some(unsafe extern "C" fn(*mut UA_Client, u32, *mut c_void, u32, *mut c_void, usize, *mut UA_Variant)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut UA_Client, u32, *mut c_void, u32, *mut c_void, usize, *mut UA_Variant))

Some value of type T.