Skip to main content

UA_Server_setVariableNode_internalValueSource

Function UA_Server_setVariableNode_internalValueSource 

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