d-nanomsg ~master (2022-05-11T03:03:36.577309)
Dub
Repo
NanoMessage
kaleidic
nanomsg
wrap
Undocumented in source.
struct
NanoMessage {
char
*
url
;
int
sock
;
char
*
buf
;
bool
isShutDown
;
int
eid
;
this(this)
;
void
createSocket
(int param1, int param2);
~this
();
}
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
createSocket
void
createSocket
(int param1, int param2)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buf
char
*
buf
;
Undocumented in source.
eid
int
eid
;
Undocumented in source.
isShutDown
bool
isShutDown
;
Undocumented in source.
sock
int
sock
;
Undocumented in source.
url
char
*
url
;
Undocumented in source.
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