Raritan Computer CC-WSAPI-0B-v5.1.0-E Marine Radio User Manual


 
Chapter 2: API Definitions
27
addElementToCategory
Add one or more values to the specified category
parameters
String sessionID
String category - The unique name identifying the category
String[]elements - Each entry in this array is a value for the
category.
return value
boolean true on success
renameElementInCategory
Change the value of a category's element.
parameters
String sessionID
String category - The unique name identifying the category
String currentElement - The current value of the element
String newElement - The new value intended for the element
return value
boolean true on success
deleteElementFromCategory
Remove one or more values from the specified category.
parameters
String sessionID
String category - The unique name identifying the category
String[]elements - Each array entry is a value to be removed from
the category
return value
returns boolean true on success