ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
UdpConnection.initialize
ae
net
asockets
UdpConnection
Initialize with the given
AddressFamily
, without binding to an address.
class
UdpConnection
final
void
initialize
(
AddressFamily
family
,
SocketType
type
=
SocketType.DGRAM
,
ProtocolType
protocol
=
ProtocolType.UDP
)
Meta
Source
See Implementation
ae
net
asockets
UdpConnection
constructors
this
functions
bind
doReceive
doSend
initialize
onWritable
variables
remoteAddress
Initialize with the given AddressFamily, without binding to an address.