Module de.ibapl.jnhw.syscall.linux
Class Hid.Hid_class_descriptor
- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.Struct32
-
- de.ibapl.jnhw.syscall.linux.util.memory.LinuxSyscallStruct32
-
- de.ibapl.jnhw.syscall.linux.include.linux.Hid.Hid_class_descriptor
-
- All Implemented Interfaces:
Native
- Enclosing class:
- Hid
@Packed public static final class Hid.Hid_class_descriptor extends LinuxSyscallStruct32
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHid.Hid_class_descriptor.Layout-
Nested classes/interfaces inherited from class de.ibapl.jnhw.syscall.linux.util.memory.LinuxSyscallStruct32
LinuxSyscallStruct32.Accessor___u8_As_uint8_t, LinuxSyscallStruct32.BigEndianAccessor___le16_As_uint16_t, LinuxSyscallStruct32.LitteleEndianAccessor___le16_As_uint16_t
-
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.syscall.linux.util.memory.LinuxSyscallStruct32
ACCESSOR___LE16, ACCESSOR___U8
-
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_descriptor(AbstractNativeMemory parent, long offset, AbstractNativeMemory.SetMem setMem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytebDescriptorType()voidnativeToString(Appendable sb, String indentPrefix, String indent)intwDescriptorLength()-
Methods inherited from class de.ibapl.jnhw.common.memory.Struct32
getBaseDataType, nativeToHexString
-
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_descriptor
public Hid_class_descriptor(AbstractNativeMemory parent, long offset, AbstractNativeMemory.SetMem setMem)
-
-
Method Detail
-
bDescriptorType
public byte bDescriptorType()
-
wDescriptorLength
public int wDescriptorLength()
-
nativeToString
public final void nativeToString(Appendable sb, String indentPrefix, String indent) throws IOException
- Specified by:
nativeToStringin interfaceNative- Overrides:
nativeToStringin classOpaqueMemory32- Throws:
IOException
-
-