Skip to main content

UA_Server_EventNotificationCallback

Type Alias UA_Server_EventNotificationCallback 

Source
pub type UA_Server_EventNotificationCallback = Option<unsafe extern "C" fn(server: *mut UA_Server, monitoredItemId: UA_UInt32, monitoredItemContext: *mut c_void, eventFields: UA_KeyValueMap)>;

Aliased Type§

pub enum UA_Server_EventNotificationCallback {
    None,
    Some(unsafe extern "C" fn(*mut UA_Server, u32, *mut c_void, UA_KeyValueMap)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut UA_Server, u32, *mut c_void, UA_KeyValueMap))

Some value of type T.