UA_Client_writeWriteMaskAttribute_async

Function UA_Client_writeWriteMaskAttribute_async 

Source
pub unsafe extern "C" fn UA_Client_writeWriteMaskAttribute_async(
    client: *mut UA_Client,
    nodeId: UA_NodeId,
    attr: *const UA_UInt32,
    callback: UA_ClientAsyncServiceCallback,
    userdata: *mut c_void,
    reqId: *mut UA_UInt32,
) -> UA_StatusCode