org.rococoa.cocoa.iokit
Class IOUSBFindInterfaceRequest

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class IOUSBFindInterfaceRequest.ByReference
           
static class IOUSBFindInterfaceRequest.ByValue
           
 
Field Summary
 short bAlternateSetting
           
 short bInterfaceClass
           
 short bInterfaceProtocol
           
 short bInterfaceSubClass
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOUSBFindInterfaceRequest()
           
IOUSBFindInterfaceRequest(short bInterfaceClass, short bInterfaceSubClass, short bInterfaceProtocol, short bAlternateSetting)
           
 
Method Summary
 IOUSBFindInterfaceRequest.ByReference byReference()
           
 IOUSBFindInterfaceRequest.ByValue byValue()
           
 IOUSBFindInterfaceRequest clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

bInterfaceClass

public short bInterfaceClass

bInterfaceSubClass

public short bInterfaceSubClass

bInterfaceProtocol

public short bInterfaceProtocol

bAlternateSetting

public short bAlternateSetting
Constructor Detail

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
Method Detail

byReference

public IOUSBFindInterfaceRequest.ByReference byReference()

byValue

public IOUSBFindInterfaceRequest.ByValue byValue()

clone

public IOUSBFindInterfaceRequest clone()
Overrides:
clone in class Object