trait
ZeroMQLibrary extends Library
Abstract Value Members
-
abstract
def
bind(socket: Pointer, endpoint: String): Int
-
abstract
def
close(socket: Pointer): Int
-
abstract
def
connect(socket: Pointer, endpoint: String): Int
-
abstract
def
device(device: Int, frontend: Pointer, backend: Pointer): Int
-
abstract
def
errno(): Int
-
abstract
def
getsockopt(socket: Pointer, name: Int, buffer: Array[Byte], size: NativeLongByReference): Int
-
abstract
def
getsockopt(socket: Pointer, name: Int, buffer: Pointer, size: NativeLongByReference): Int
-
abstract
def
init(ioThreads: Int): Pointer
-
abstract
def
msg_close(msg: Memory): Int
-
abstract
def
msg_data(msg: Memory): Pointer
-
abstract
def
msg_init(msg: Memory): Int
-
abstract
def
msg_init_size(msg: Memory, size: NativeLong): Int
-
abstract
def
msg_size(msg: Memory): Int
-
abstract
def
poll(items: Array[PollItem], size: Int, timeout: NativeLong): Int
-
abstract
def
recv(socket: Pointer, msg: Memory, flags: Int): Int
-
abstract
def
send(socket: Pointer, msg: Memory, flags: Int): Int
-
abstract
def
setsockopt(socket: Pointer, name: Int, buffer: Array[Byte], size: NativeLong): Int
-
abstract
def
setsockopt(socket: Pointer, name: Int, buffer: Pointer, size: NativeLong): Int
-
abstract
def
socket(context: Pointer, socketType: Int): Pointer
-
abstract
def
strerror(errno: Int): String
-
abstract
def
term(context: Pointer): Int
-
abstract
def
version(major: IntByReference, minor: IntByReference, patch: IntByReference): Unit
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Library
Inherited from AnyRef
Inherited from Any
Native ZeroMQ interfaces.