Dynaview PutRecipe Method The Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Load the remote recipe buffer with new values.

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int PutRecipe(
	ref Recipe NextRecipe
)
Dim instance As Dynaview 
Dim NextRecipe As Recipe 
Dim returnValue As Integer 

returnValue = instance.PutRecipe(NextRecipe)

Parameters

NextRecipe
Type: DynaviewModbus Recipe 
Reference to a Recipe object.

Return Value

0 on success, non-zero on error
Remarks

The change the remote recipe first load the new recipe with this function, then make it active with the LoadRecipe() function.
See Also