922-20007052/1.2
35
API functions
Topics
M3 Sonar API overview, page 35
M3 Sonar API overview
You can write M3 Sonar API commands in XML format.
Description
You can write any API command in either a string or byte array in ASCII through your
TCP client. The commands require a newline character after each node.
If you are using the M3 Sonar API Testing software, then you can write an XML test
script file with a list of commands that are executed sequentially.
For every XML string successfully sent to the server, the host TCP server will issue
a response string to be received by the TCP client. You can read these responses to
understand the result of the last API command sent to the server.