protected abstract class Struct.AbstractBoolean extends Struct.AbstractMember
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBoolean(NativeType type) |
protected |
AbstractBoolean(NativeType type,
Struct.Offset offset) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
get()
Gets the value for this field.
|
abstract void |
set(boolean value)
Sets the field to a new value.
|
String |
toString()
Returns a string representation of this
Address. |
getMemory, offset, structprotected AbstractBoolean(NativeType type)
protected AbstractBoolean(NativeType type, Struct.Offset offset)
Copyright © 2017. All rights reserved.