org.rococoa.cocoa.qd
Class VDDisplayConnectInfoRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<VDDisplayConnectInfoRec,VDDisplayConnectInfoRec.ByValue,VDDisplayConnectInfoRec.ByReference>
org.rococoa.cocoa.qd.VDDisplayConnectInfoRec
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<VDDisplayConnectInfoRec,VDDisplayConnectInfoRec.ByValue,VDDisplayConnectInfoRec.ByReference>>
- Direct Known Subclasses:
- VDDisplayConnectInfoRec.ByReference, VDDisplayConnectInfoRec.ByValue
public class VDDisplayConnectInfoRec
- extends Structure<VDDisplayConnectInfoRec,VDDisplayConnectInfoRec.ByValue,VDDisplayConnectInfoRec.ByReference>
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Video.h:475
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 |
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
csDisplayType
public short csDisplayType
csConnectTaggedType
public byte csConnectTaggedType
csConnectTaggedData
public byte csConnectTaggedData
csConnectFlags
public NativeLong csConnectFlags
csDisplayComponent
public NativeLong csDisplayComponent
csConnectReserved
public NativeLong csConnectReserved
VDDisplayConnectInfoRec
public VDDisplayConnectInfoRec()
VDDisplayConnectInfoRec
public VDDisplayConnectInfoRec(short csDisplayType,
byte csConnectTaggedType,
byte csConnectTaggedData,
NativeLong csConnectFlags,
NativeLong csDisplayComponent,
NativeLong csConnectReserved)
- Parameters:
csDisplayType
- INTEGER - (word) Type of display connected
csConnectTaggedType
- BYTE - type of tagging
csConnectTaggedData
- BYTE - tagging data
csConnectFlags
- LONGINT - (long) tell us about the connection
csDisplayComponent
- LONGINT - (long) if the card has a direct connection to the display, it returns the display component here (FUTURE)
csConnectReserved
- LONGINT - (long) reserved
newArray
public static VDDisplayConnectInfoRec[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.