I have encoded the pText parameter to the NetAppMDNSRegisterService as described in the rfc's::
<\005>A=123<\006>B=4567<\000>
TextLen paramter is 13
The mdns packet on wireshark has a Txt Len of 14, and shows a siungle parameter with a length byte of 13 and my entire pText string, including the embedded length bytes.
Does the cc3200 support multiple parameters in an mDNS txt record? If so, how are they encoded? I tried issuing two calls to NetAppMDNSRegisterService, but the second fails (I expected that).