[This is preliminary documentation and is subject to change.]
Load the remote recipe buffer with new values.
Namespace: DynaviewModbusAssembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
public int PutRecipe(
ref Recipe NextRecipe
)
public int PutRecipe(
ref Recipe NextRecipe
)
Public Function PutRecipe ( _
ByRef NextRecipe As Recipe _
) As Integer
Public Function PutRecipe ( _
ByRef NextRecipe As Recipe _
) As Integer
Dim instance As Dynaview
Dim NextRecipe As Recipe
Dim returnValue As Integer
returnValue = instance.PutRecipe(NextRecipe)
Dim instance As Dynaview
Dim NextRecipe As Recipe
Dim returnValue As Integer
returnValue = instance.PutRecipe(NextRecipe)
public:
int PutRecipe(
Recipe% NextRecipe
)
public:
int PutRecipe(
Recipe% NextRecipe
)
Return Value
0 on success, non-zero on error
The change the remote recipe first load the new recipe with this
function, then make it active with the LoadRecipe() function.