Package jnr.ffi
Class StructLayout.BOOL16
java.lang.Object
jnr.ffi.StructLayout.Field
jnr.ffi.StructLayout.AbstractField
jnr.ffi.StructLayout.AbstractBoolean
jnr.ffi.StructLayout.BOOL16
- Enclosing class:
- StructLayout
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jnr.ffi.StructLayout.AbstractBoolean
toStringMethods inherited from class jnr.ffi.StructLayout.Field
enclosing, offset
-
Constructor Details
-
BOOL16
protected BOOL16() -
BOOL16
-
-
Method Details
-
get
Description copied from class:StructLayout.AbstractBooleanGets the value for this field.- Specified by:
getin classStructLayout.AbstractBoolean- Parameters:
ptr- The pointer to the field.- Returns:
- a boolean.
-
set
Description copied from class:StructLayout.AbstractBooleanSets the field to a new value.- Specified by:
setin classStructLayout.AbstractBoolean- Parameters:
ptr- The pointer to the field.value- The new value.
-