14.3.2 Retrieving recipes from and sending recipes to the TTD
Mainly for the purpose of interchanging recipes between TTDs of the same type, some optional Methods were added to the TTD. This Methods are:
GetRecipe/GetRecipes that retrieves one or multiple Recipes from the TTD. A Recipe consists of the RecipeId meta data and its associated content.
SetRecipe/SetRecipes that stores one/multiple Recipes on the TTD. A Recipe consists of the RecipeId meta data and its associated content.
DeleteRecipe that deletes a recipe from the TTD with a given recipe id.
