Module de.ibapl.jnhw.syscall.linux
Class Hid.Hid_class_descriptors
- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.StructArray32<Hid.Hid_class_descriptor>
-
- de.ibapl.jnhw.syscall.linux.include.linux.Hid.Hid_class_descriptors
-
- All Implemented Interfaces:
Native,Iterable<Hid.Hid_class_descriptor>
- Enclosing class:
- Hid
public static class Hid.Hid_class_descriptors extends StructArray32<Hid.Hid_class_descriptor>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.StructArray32
StructArray32.ElementFactory<T extends OpaqueMemory32>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
AbstractNativeMemory.SetMem
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, CLEANER, LOG, MEM_ACCESS, MEM_ACCESS_PROPERTY, NULL, parent
-
-
Constructor Summary
Constructors Constructor Description Hid_class_descriptors(int arraylength)Hid_class_descriptors(AbstractNativeMemory parent, long offset, int arraylength)
-
Method Summary
-
Methods inherited from class de.ibapl.jnhw.common.memory.StructArray32
forEach, get, getBaseDataType, iterator, length, nativeToHexString, nativeToString, spliterator
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
checkIndex, clear, copy, copy, equals, getByte, getSizeInBytes, hashCode, memset, nativeToString, printMemory, printMemory, setByte, setMemTo, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
calcOffsetForAlignment, getOffset, getSizeInBytes, isSameAddress, offsetof, toNativeAddressHolder, toUintptr_t, toUintptr_tOrNULL
-
-
-
-
Constructor Detail
-
Hid_class_descriptors
public Hid_class_descriptors(int arraylength)
-
Hid_class_descriptors
public Hid_class_descriptors(AbstractNativeMemory parent, long offset, int arraylength)
-
-