Package apple.imagecapturecore.enums
Class ICReturnPTPDeviceErrorCode
- java.lang.Object
-
- apple.imagecapturecore.enums.ICReturnPTPDeviceErrorCode
-
public final class ICReturnPTPDeviceErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFailedToSendCommandPTP Command failed to sendstatic longNotAuthorizedToSendCommandPTP Command not authorized
-
-
-
Field Detail
-
FailedToSendCommand
public static final long FailedToSendCommand
PTP Command failed to send- See Also:
- Constant Field Values
-
NotAuthorizedToSendCommand
public static final long NotAuthorizedToSendCommand
PTP Command not authorized- See Also:
- Constant Field Values
-
-