C
static void DNSPutROMString( ROM BYTE* String );
Description
This function writes a string to the DNS socket, ensuring that it is properly formatted.
Preconditions
UDP socket is obtained and ready for writing.
Parameters
Parameters |
Description |
String |
the string to write to the UDP socket. |
Returns
None
Remarks
This function is aliased to DNSPutString on non-PIC18 platforms.