Type Alias UA_ClientAsyncReadEventNotifierAttributeCallback

Source
pub type UA_ClientAsyncReadEventNotifierAttributeCallback = Option<unsafe extern "C" fn(client: *mut UA_Client, userdata: *mut c_void, requestId: UA_UInt32, status: UA_StatusCode, eventNotifier: *mut UA_Byte)>;

Aliased Type§

enum UA_ClientAsyncReadEventNotifierAttributeCallback {
    None,
    Some(unsafe extern "C" fn(*mut UA_Client, *mut c_void, u32, u32, *mut u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.