Function UA_Server_writeObjectProperty_scalar

Source
pub unsafe extern "C" fn UA_Server_writeObjectProperty_scalar(
    server: *mut UA_Server,
    objectId: UA_NodeId,
    propertyName: UA_QualifiedName,
    value: *const c_void,
    type_: *const UA_DataType,
) -> UA_StatusCode