jnr.ffi
Class Struct.WBOOL
java.lang.Object
jnr.ffi.Struct.Member
jnr.ffi.Struct.AbstractMember
jnr.ffi.Struct.AbstractBoolean
jnr.ffi.Struct.WBOOL
- Enclosing class:
- Struct
public final class Struct.WBOOL
- extends Struct.AbstractBoolean
A Windows BOOL - 4 bytes
|
Method Summary |
boolean |
get()
Gets the value for this field. |
void |
set(boolean value)
Sets the field to a new value. |
Struct.WBOOL
public Struct.WBOOL()
get
public final boolean get()
- Description copied from class:
Struct.AbstractBoolean
- Gets the value for this field.
- Specified by:
get in class Struct.AbstractBoolean
- Returns:
- a boolean.
set
public final void set(boolean value)
- Description copied from class:
Struct.AbstractBoolean
- Sets the field to a new value.
- Specified by:
set in class Struct.AbstractBoolean
- Parameters:
value - The new value.
Copyright © 2013. All Rights Reserved.