d-nanomsg ~master (2022-05-11T03:03:36.577309)
Dub
Repo
send
kaleidic
nanomsg
wrap
Undocumented in source. Be warned that the author may not have intended to support it.
int
send
(NanoMessage nano, char* mybuf, size_t numbytes, bool nonBlocking)
int
send
(NanoMessage nano, ubyte[] mybuf, bool nonBlocking)
int
send
(NanoMessage nano, string mybuf, bool nonBlocking)
int
send
(
ref
NanoMessage
nano
,
string
mybuf
,
bool
nonBlocking
= false
)
Meta
Source
See Implementation
kaleidic
nanomsg
wrap
enums
NanoSocketOptions
functions
bind
canReceive
canSend
close
connect
errorMessage
freeMessage
getOpt
open
receive
receiveAsString
receiveMessage
send
sendMessage
setOpt
shutdown
surl
structs
NanoMessage