org.rococoa.cocoa.iokit
Class IOUSBFindInterfaceRequest
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.IOUSBFindInterfaceRequest
- Direct Known Subclasses:
- IOUSBFindInterfaceRequest.ByReference, IOUSBFindInterfaceRequest.ByValue
public class IOUSBFindInterfaceRequest
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
bInterfaceClass
public short bInterfaceClass
bInterfaceSubClass
public short bInterfaceSubClass
bInterfaceProtocol
public short bInterfaceProtocol
bAlternateSetting
public short bAlternateSetting
IOUSBFindInterfaceRequest
public IOUSBFindInterfaceRequest()
IOUSBFindInterfaceRequest
public IOUSBFindInterfaceRequest(short bInterfaceClass,
short bInterfaceSubClass,
short bInterfaceProtocol,
short bAlternateSetting)
- Parameters:
bInterfaceClass
- requested class
bInterfaceSubClass
- requested subclass
bInterfaceProtocol
- requested protocol
bAlternateSetting
- requested alt setting
byReference
public IOUSBFindInterfaceRequest.ByReference byReference()
byValue
public IOUSBFindInterfaceRequest.ByValue byValue()
clone
public IOUSBFindInterfaceRequest clone()
- Overrides:
clone
in class Object