more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SockLengthResult
more
net
sock
Undocumented in source.
struct
SockLengthResult {
cint
val
[@property getter];
bool
failed
[@property getter];
cuint
length
[@property getter];
}
Members
Properties
failed
bool
failed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
cuint
length
[@property getter]
Undocumented in source.
val
cint
val
[@property getter]
NOTE: will return failed if return value is not positive
Meta
Source
See Implementation
more
net
sock
aliases
Blocking
enums
AddressFamily
Protocol
SocketType
functions
accept
bind
closesocket
connect
createsocket
htonl
htons
ntohl
ntohs
recv
recvfrom
select
send
sendto
setMode
toUshort
structs
Port
SendResult
SockLengthResult
SockResult
SocketHandle
fd_set
fd_set_storage
in6_addr
in_addr
sockaddr
sockaddr_in
sockaddr_in6
unions
inet_addr
inet_sockaddr