Message Processor Functions
Use the functions listed in this topic to process a server message that is returned in the standard phoIPC format.
A standard phoIPC message is a string containing a list of six sublists. Each sublist in the message represents a different part of the element being built.
The message returned by the shape processor must exist in the standard phoIPC format for it to be used with the phoIPC shape-processing infrastructure.
The following is the list of Message Processor Functions
- phoIPCGetMessageProcessor
- phoIPCProcessMarkers
- phoIPCProcessPorts
- phoIPCProcessServerMessage
- phoIPCProcessShapes
- phoIPCRegisterMessageProcessor
Related Topics
Server Registration and Check Functions
Standard phoIPC Message Format
Generic Message Processor Example
Return to top