Module de.ibapl.jnhw.syscall.linux
Class AbstractDescriptor.Layout
- java.lang.Object
-
- de.ibapl.jnhw.syscall.linux.util.memory.PacketLayout
-
- de.ibapl.jnhw.syscall.linux.include.uapi.linux.usb.AbstractDescriptor.Layout
-
- Direct Known Subclasses:
Ch9.Usb_config_descriptor.Layout,Ch9.Usb_descriptor_header.Layout,Ch9.Usb_device_descriptor.Layout,Ch9.Usb_endpoint_descriptor.Layout,Ch9.Usb_interface_assoc_descriptor.Layout,Ch9.Usb_interface_descriptor.Layout,Ch9.Usb_ss_ep_comp_descriptor.Layout,Hid.Hid_descriptor.Layout,Uas.Usb_pipe_usage_descriptor.Layout
- Enclosing class:
- AbstractDescriptor
public static class AbstractDescriptor.Layout extends PacketLayout
-
-
Field Summary
Fields Modifier and Type Field Description protected static byte_sizeofstatic bytebDescriptorTypestatic bytebLength-
Fields inherited from class de.ibapl.jnhw.syscall.linux.util.memory.PacketLayout
__LE16, __U8, START_OFFSET
-
-
Constructor Summary
Constructors Constructor Description Layout()
-
-
-
Field Detail
-
bLength
public static final byte bLength
- See Also:
- Constant Field Values
-
bDescriptorType
public static final byte bDescriptorType
- See Also:
- Constant Field Values
-
_sizeof
protected static final byte _sizeof
- See Also:
- Constant Field Values
-
-