Interface Socket

Interface summary


local-address -> SocketAddress
receive -> Datagram
send datagram/Datagram -> none
connect address/SocketAddress -> none
read -> ByteArray
write data/Data from/int= to/int= -> int
close -> none
mtu -> int
broadcast -> bool
broadcast= value/bool -> any

Methods

broadcast= value/bool -> any

close -> none

connect address/SocketAddress -> none

mtu -> int

send datagram/Datagram -> none

write data/Data from/int=0 to/int=data.byte-size -> int