Skip to main content

UA_Server_write_async

Function UA_Server_write_async 

Source
pub unsafe extern "C" fn UA_Server_write_async(
    server: *mut UA_Server,
    operation: *const UA_WriteValue,
    callback: UA_ServerAsyncWriteResultCallback,
    asyncOpContext: *mut c_void,
    timeout: UA_UInt32,
) -> UA_StatusCode