Dynaview LoadRecipe Method The Dynaview Modbus .dll API documentation

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

Make the current recipe buffer active

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

public int LoadRecipe()
Dim instance As Dynaview 
Dim returnValue As Integer 

returnValue = instance.LoadRecipe()

Return Value

0 on success, non-zero on error
Remarks

To change the remote recipe, first load it with the PutRecipe() function, then make it active with this function
See Also