basic element
Type: | |
Namespace: | (default namespace) |
XML Schema: | ns2.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<basic>
<clientId>...</clientId>
<topicName>...</topicName>
<hostName>...</hostName>
<port>...</port>
<qos>...</qos>
</basic>
Example JSON
{
"clientId" : "...",
"topicName" : "...",
"hostName" : "...",
"port" : "...",
"qos" : "..."
}