network.Socket
Creates new network socket
Syntax
network.Socket(type:string)
Parameters
type Type of Socket.
Return value
If successful, returns a Socket, otherwise returns an error of what failed.
Note
Type "UDP" is only supported currently.
Creates new network socket
network.Socket(type:string)
type Type of Socket.
If successful, returns a Socket, otherwise returns an error of what failed.
Note
Type "UDP" is only supported currently.