Package apple.imagecapturecore.enums
Class ICLegacyReturnCode
- java.lang.Object
-
- apple.imagecapturecore.enums.ICLegacyReturnCode
-
public final class ICLegacyReturnCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCannotYieldDeviceUnable to yield device to a secondary processstatic longCommunicationErrAn communication error occurred.static longDataTypeNotFoundErrDevice does not support data typestatic longDeviceAlreadyOpenErrDevice already openedstatic longDeviceGUIDNotFoundErrDevice FireWire GUID is not validstatic longDeviceInternalErrGeneric internal errorstatic longDeviceInvalidParamErrGeneric parameter invalid errorstatic longDeviceIOServicePathNotFoundErrDevice IOService point is not validstatic longDeviceLocationIDNotFoundErrDevice USB locationID is not validstatic longDeviceMemoryAllocationErrUnable to allocate memorystatic longDeviceNotFoundErrThe specified device is not found.static longDeviceNotOpenErrThe specified device is not open.static longDeviceUnsupportedErrDevice is not supported under ICAstatic longExtensionInternalErrGeneric ImageCaptureExtension internal errorstatic longFileCorruptedErrEncountered a corrupt filestatic longFrameworkInternalErrGeneric framework internal errorstatic longIndexOutOfRangeErrThe index of the object specified is outside of the available object indexesstatic longInvalidObjectErrThe specified object is invalidstatic longInvalidPropertyErrThe specified property is invalidstatic longInvalidSessionErrSession is invalidstatic longIOPendingErrThere is Pending I/Ostatic longPropertyTypeNotFoundErrSpecific property type not found on object
-
-
-
Field Detail
-
CommunicationErr
public static final long CommunicationErr
An communication error occurred.- See Also:
- Constant Field Values
-
DeviceNotFoundErr
public static final long DeviceNotFoundErr
The specified device is not found.- See Also:
- Constant Field Values
-
DeviceNotOpenErr
public static final long DeviceNotOpenErr
The specified device is not open.- See Also:
- Constant Field Values
-
FileCorruptedErr
public static final long FileCorruptedErr
Encountered a corrupt file- See Also:
- Constant Field Values
-
IOPendingErr
public static final long IOPendingErr
There is Pending I/O- See Also:
- Constant Field Values
-
InvalidObjectErr
public static final long InvalidObjectErr
The specified object is invalid- See Also:
- Constant Field Values
-
InvalidPropertyErr
public static final long InvalidPropertyErr
The specified property is invalid- See Also:
- Constant Field Values
-
IndexOutOfRangeErr
public static final long IndexOutOfRangeErr
The index of the object specified is outside of the available object indexes- See Also:
- Constant Field Values
-
PropertyTypeNotFoundErr
public static final long PropertyTypeNotFoundErr
Specific property type not found on object- See Also:
- Constant Field Values
-
CannotYieldDevice
public static final long CannotYieldDevice
Unable to yield device to a secondary process- See Also:
- Constant Field Values
-
DataTypeNotFoundErr
public static final long DataTypeNotFoundErr
Device does not support data type- See Also:
- Constant Field Values
-
DeviceMemoryAllocationErr
public static final long DeviceMemoryAllocationErr
Unable to allocate memory- See Also:
- Constant Field Values
-
DeviceInternalErr
public static final long DeviceInternalErr
Generic internal error- See Also:
- Constant Field Values
-
DeviceInvalidParamErr
public static final long DeviceInvalidParamErr
Generic parameter invalid error- See Also:
- Constant Field Values
-
DeviceAlreadyOpenErr
public static final long DeviceAlreadyOpenErr
Device already opened- See Also:
- Constant Field Values
-
DeviceLocationIDNotFoundErr
public static final long DeviceLocationIDNotFoundErr
Device USB locationID is not valid- See Also:
- Constant Field Values
-
DeviceGUIDNotFoundErr
public static final long DeviceGUIDNotFoundErr
Device FireWire GUID is not valid- See Also:
- Constant Field Values
-
DeviceIOServicePathNotFoundErr
public static final long DeviceIOServicePathNotFoundErr
Device IOService point is not valid- See Also:
- Constant Field Values
-
DeviceUnsupportedErr
public static final long DeviceUnsupportedErr
Device is not supported under ICA- See Also:
- Constant Field Values
-
FrameworkInternalErr
public static final long FrameworkInternalErr
Generic framework internal error- See Also:
- Constant Field Values
-
ExtensionInternalErr
public static final long ExtensionInternalErr
Generic ImageCaptureExtension internal error- See Also:
- Constant Field Values
-
InvalidSessionErr
public static final long InvalidSessionErr
Session is invalid- See Also:
- Constant Field Values
-
-