API Response
Jump to navigation
Jump to search
Once the server has checked the API version against its own version, it sends a response to show whether or not it is compatible. Usually, we would receive an XML Packet with the action apiOK
, or apiKO
if there is a problem, i.e. a critical incompatibility between versions.
This looks like:
<msg t='sys'><body action='apiOK' r='0'></body></msg>
Packet Information
Action | apiOK |
---|---|
XML Node | - |
Action | apiKO |
---|---|
XML Node | - |