4D Internet Commands v16

UDP_New

Home

 
4D Internet Commands v16
UDP_New

UDP_New 


 

UDP_New ( localPort ; udp_ID ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
localPort  Ganzzahl in Local port used for UDP socket (0 = find any unused port to use)
udp_ID  Lange Ganzzahl in UDP socket reference
Funktionsergebnis  Ganzzahl in Error code

The UDP_New command can be used to create a UDP socket by passing the local port number to be used in the localPort parameter. If you pass 0, the command will find any unused port. The UDP socket reference will be returned in the udp_ID parameter. Once this socket is no longer needed, remember to close it using UDP_Delete in order to free up memory.



Siehe auch 

UDP_Delete

 
EIGENSCHAFTEN 

Produkt: 4D Internet Commands
Thema: IC UDP
Nummer: 88850

 
GESCHICHTE 

Erstellt: 4D Internet Commands v11

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)