class
PollItem extends Structure
Instance Constructors
-
new
PollItem()
Type Members
-
class
StructField extends AnyRef
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
-
def
allocateMemory(arg0: Int): Unit
-
def
allocateMemory(): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
autoAllocate(arg0: Int): Memory
-
def
autoRead(): Unit
-
def
autoWrite(): Unit
-
def
cacheTypeInfo(arg0: Pointer): Unit
-
def
clear(): Unit
-
def
clone(): AnyRef
-
def
ensureAllocated(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAutoRead(): Boolean
-
def
getAutoWrite(): Boolean
-
final
def
getClass(): Class[_]
-
def
getFieldOrder(): List
-
def
getFields(arg0: Boolean): List
-
def
getNativeAlignment(arg0: Class[_], arg1: Any, arg2: Boolean): Int
-
def
getPointer(): Pointer
-
def
getStructAlignment(): Int
-
def
hashCode(): Int
-
final
def
init(_fileno: Int, _events: PollEvents): Unit
-
final
def
init(_handle: Pointer, _events: PollEvents): Unit
-
final
def
init(socket: Socket, _events: PollEvents): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
read(): Unit
-
def
readField(arg0: String): AnyRef
-
def
setAlignType(arg0: Int): Unit
-
def
setAutoRead(arg0: Boolean): Unit
-
def
setAutoSynch(arg0: Boolean): Unit
-
def
setAutoWrite(arg0: Boolean): Unit
-
def
setFieldOrder(arg0: Array[String]): Unit
-
def
setTypeMapper(arg0: TypeMapper): Unit
-
def
size(): Int
-
def
sortFields(arg0: List, arg1: List): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toArray(arg0: Int): Array[Structure]
-
def
toArray(arg0: Array[Structure]): Array[Structure]
-
def
toString(): String
-
def
useMemory(arg0: Pointer, arg1: Int): Unit
-
def
useMemory(arg0: Pointer): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
write(): Unit
-
def
writeField(arg0: String, arg1: Any): Unit
-
def
writeField(arg0: String): Unit
Inherited from Structure
Inherited from AnyRef
Inherited from Any