Home > comp > gb.net > udpsocket > bind 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
UdpSocket.Bind (gb.net)
Syntax
SUB Bind ( Port AS Integer )

Binds a socket to a port, so the object can start sending and receiving data.

Port value must be a number between 0 and 65535:

This function can be used when the Status property is zero (inactive) or lesser than zero. Otherwise, an error will raise.