Skip to main content

UA_Server_setVariableNode_externalValueSource

Function UA_Server_setVariableNode_externalValueSource 

Source
pub unsafe extern "C" fn UA_Server_setVariableNode_externalValueSource(
    server: *mut UA_Server,
    nodeId: UA_NodeId,
    value: *mut *mut UA_DataValue,
    notifications: *const UA_ValueSourceNotifications,
) -> UA_StatusCode