ZmqSocket

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind(string endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(string endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(string sub)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind(string endpoint)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ConcurrencyPolicy
Undocumented in source.
__anonymous
mixin WritableProperties
Undocumented in source.
__anonymous
mixin WriteableSocket
Undocumented in source.
__anonymous
mixin ReadableProperties
Undocumented in source.
__anonymous
mixin ReadableSocket
Undocumented in source.
__anonymous
mixin WritableProperties
Undocumented in source.
__anonymous
mixin ReadableProperties
Undocumented in source.
__anonymous
mixin WriteableSocket
Undocumented in source.
__anonymous
mixin ReadableSocket
Undocumented in source.

Properties

identity
string identity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isBusy
bool isBusy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin WritableProperties

can_write
bool can_write [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ReadableProperties

can_read
bool can_read [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin WritableProperties

can_write
bool can_write [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ReadableProperties

can_read
bool can_read [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta