public final class CanonMakerNotes extends MakerNotesBase
Represents Canon maker-notes.
Modifier and Type | Method and Description |
---|---|
CanonCameraSettings |
getCameraSettings()
Gets the camera settings.
|
Integer |
getCanonFileLength()
Gets the length of the canon file.
|
String |
getCanonFirmwareVersion()
Gets the canon firmware version.
|
String |
getCanonImageType()
Gets the Canon image type.
|
Integer |
getCanonModelID()
Gets the canon model identifier.
|
Integer |
getFileNumber()
Gets the file number.
|
String |
getOwnerName()
Gets the name of the owner.
|
Integer |
getSerialNumber()
Gets the serial number.
|
getTags, readByTagId, setTags
public final CanonCameraSettings getCameraSettings()
Gets the camera settings.
Value: The camera settings.public final String getCanonImageType()
Gets the Canon image type.
Value: The Canon type of the image.public final String getCanonFirmwareVersion()
Gets the canon firmware version.
Value: The canon firmware version.public final Integer getFileNumber()
Gets the file number.
Value: The file number.public final String getOwnerName()
Gets the name of the owner.
Value: The name of the owner.public final Integer getSerialNumber()
Gets the serial number.
Value: The serial number.public final Integer getCanonFileLength()
Gets the length of the canon file.
Value: The length of the canon file.public final Integer getCanonModelID()
Gets the canon model identifier.
Value: The canon model identifier.Copyright © 2017. All rights reserved.