Home / comp / gb.net / udpsocket 
UdpSocket (gb.net)
This class allows Gambas programs to communicate using UDP sockets.

It can be used like a server or client, as each data fragment sent or received is identified with its host IP and port.

This class inherits from Stream class, so you can use standard stream methods to read, write and close the socket.

Symbols
This class inherits Stream in gb.
This class is creatable.

Properties  Methods  Events 
/comp/gb.net/udpsocket/broadcast  ByteOrder  EndOfFile  EndOfLine  Handle  Id  /comp/gb.net/udpsocket/sourcehost  /comp/gb.net/udpsocket/sourceport  Status  /comp/gb.net/udpsocket/targethost  /comp/gb.net/udpsocket/targetport    Bind  Close  Peek    Error  Read