OpenDOF Project
DOSStatus DOSRequestor_Set ( void  )

Set a property on a provider.

DOSContext must be cleared, and the following fields set prior to this call: Alias (or Binding), ItemID The following DOSContext fields may optionally be set, prior to this call: Address, Operation DOSOperation_SetTimeout should be called to set an appropriate timeout for the operation. Other DOSOperation calls may be used to configure the operation.

Use DOSValue_Put_* to place the value to be set into the send buffer. Remember to place values in reverse order (last to first).

In a secure Session, permission checking will be performed only if DOSContext.Binding is set.

Returns
DOSSTATUS_SUCCESS on success.
core-c-cos Version 7.0.1 Build 0
2018-02-08