Skip to main content

UA_ServerAsyncWriteResultCallback

Type Alias UA_ServerAsyncWriteResultCallback 

Source
pub type UA_ServerAsyncWriteResultCallback = Option<unsafe extern "C" fn(server: *mut UA_Server, asyncOpContext: *mut c_void, result: UA_StatusCode)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.