Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    int operation(char *operation, int paramCount, char *names[], char *parameters[], ControlDestination destination, ...)

Where name is the operation is the name of the operation to be executed, and paramCount is the number of parameters to be passed to that operation names is an array of the parameter names and parameters is an array of string values that are the parameters themselves. The length of the names and parameters arrays should both be paramCount. The destination argument controls where the request will be routed and uses additional argument to qualify that routing.

...