Message commands provide an alternative to RPC commands in the design of the client interface for a custom Open Server application. A message command uses an integer identifier rather than a string RPC name and lacks the fixed-parameter list of an Open Server registered procedure.
In the Open Server code, message commands are handled by the message event handler. See the Open Server Server-Library/C Reference Manual.