Package apple.imagecapturecore.enums
Class ICReturnConnectionErrorCode
- java.lang.Object
-
- apple.imagecapturecore.enums.ICReturnConnectionErrorCode
-
public final class ICReturnConnectionErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longClosedSessionSuddenlyDevice closed session without request.static longDriverExitedDevice driver exited without request.static longEjectedSuddenlyDevice ejected without request.static longEjectFailedDevice reports eject has failed.static longFailedToOpenFailed to open a connection to the device.static longFailedToOpenDeviceFailed to open the device.static longNotAuthorizedToOpenDeviceNot authorized to open device.static longSessionAlreadyOpenDevice reports session is already open.
-
-
-
Field Detail
-
DriverExited
public static final long DriverExited
Device driver exited without request.- See Also:
- Constant Field Values
-
ClosedSessionSuddenly
public static final long ClosedSessionSuddenly
Device closed session without request.- See Also:
- Constant Field Values
-
EjectedSuddenly
public static final long EjectedSuddenly
Device ejected without request.- See Also:
- Constant Field Values
-
SessionAlreadyOpen
public static final long SessionAlreadyOpen
Device reports session is already open.- See Also:
- Constant Field Values
-
EjectFailed
public static final long EjectFailed
Device reports eject has failed.- See Also:
- Constant Field Values
-
FailedToOpen
public static final long FailedToOpen
Failed to open a connection to the device.- See Also:
- Constant Field Values
-
FailedToOpenDevice
public static final long FailedToOpenDevice
Failed to open the device.- See Also:
- Constant Field Values
-
NotAuthorizedToOpenDevice
public static final long NotAuthorizedToOpenDevice
Not authorized to open device.- See Also:
- Constant Field Values
-
-