DNSPutROMString Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
DNSPutROMString Function
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.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.