HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file net.UDPClient by barry
expand copy to clipboardexpand
/*
{"description" : "Send UDP packets."}
*/

interface UDPClient{
	/*
	{"@description" : "Send a UDP packet to a specified IP address and port."}
	*/
	bool send(char address[], int port, byte content[])
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n net.UDPClient -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation