- getAbsoluteConfidence() - Method in class com.symbol.emdk.simulscan.SimulScanRegion
-
Returns the absolute confidence of OCR results
- getAccountNumber() - Method in class com.symbol.emdk.payment.CardData
-
Returns the account number
The account number will be available only when the card information is entered manually on the device.
- getAllEncryptedData - Variable in class com.symbol.emdk.payment.PaymentConfig
-
This is Boolean value.
- getApplicationIDs() - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves AIDs of all active card applications.On Tag lost connection
needs to re-established by calling enable API in the application.This is
a synchronous call.
- getApplicationVersion() - Method in class com.symbol.emdk.payment.DeviceInfo
-
Returns the application version on the payment device.
- getAvailableSam() - Method in class com.symbol.emdk.securenfc.SecureNfcManager
-
Gets the available SAM on the device.
- getBatteryLevel() - Method in class com.symbol.emdk.payment.PaymentDevice
-
Query the battery level of the payment device.
- getCardEncodeType() - Method in class com.symbol.emdk.payment.CardData
-
Returns the type of encoding that was found on the card.
- getCardHolderName() - Method in class com.symbol.emdk.payment.CardData
-
Returns the card holder name in the format Last name/First name.
- getCardVersion() - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves card version information such manufacturing, software and
production related information.On Tag lost connection needs to
re-established by calling enable API in the application.This is a
synchronous call.
- getCashBack() - Method in class com.symbol.emdk.payment.AdditionalData
-
Returns the cash back value entered.
- getChoiceString() - Method in class com.symbol.emdk.payment.MenuData
-
Returns the choice string selected by the user
- getConfig() - Method in class com.symbol.emdk.barcode.Scanner
-
Gets the current configuration settings for this scanner device.
- getConfig() - Method in class com.symbol.emdk.payment.PaymentDevice
-
Gets payment device configuration settings.
- getConfig() - Method in class com.symbol.emdk.simulscan.SimulScanReader
-
Gets the current configuration settings for this reader device.
- getConnectionType() - Method in class com.symbol.emdk.barcode.ScannerInfo
-
Returns the scanner connection type to mobile computer
Note: The connection type information is not available on Scanner Framework 1.18.P03 on TC55 REV A device.
- getConnectionType() - Method in class com.symbol.emdk.notification.DeviceInfo
-
Returns the notification device connection type to mobile computer.
- getConnectionType() - Method in class com.symbol.emdk.payment.DeviceInfo
-
Returns the payment device connection type to mobile computer
- getCradleInfo() - Method in class com.symbol.emdk.personalshopper.Cradle
-
This method gets the information of cradle.
- getData() - Method in class com.symbol.emdk.barcode.ScanDataCollection.ScanData
-
Returns the scanned barcode data string encoded in UTF-8 format.
- getData() - Method in class com.symbol.emdk.simulscan.SimulScanElement
-
Returns additional processed data as an object of type Object
- getData() - Method in class com.symbol.emdk.simulscan.SimulScanGroup
-
Returns additional processed data as an object of type Object
- getData() - Method in class com.symbol.emdk.simulscan.SimulScanRegion
-
Returns the processed data.
- getDataEncryptionType() - Method in class com.symbol.emdk.payment.CardData
-
Returns the data encryption type used to encrypt the data.
- getDataType() - Method in class com.symbol.emdk.payment.PaymentData
-
Returns the method type so that the PaymentDataBase class can be type
cast to the respective derived class to obtain the actual data
- getDateOfManufacture() - Method in class com.symbol.emdk.personalshopper.CradleInfo
-
Returns Date of manufacture in the format MM/DD/YY.
- getDateTime() - Method in class com.symbol.emdk.payment.PaymentDevice
-
The getDateTime method is blocking (synchronous) call which retrieves the date and time from
the payment device.
- getDecoderType() - Method in class com.symbol.emdk.barcode.ScannerInfo
-
Returns the barcode scanning type supported by scanner.
- getDescription() - Method in enum com.symbol.emdk.notification.NotificationResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.payment.PaymentResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.personalshopper.CradleResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.personalshopper.DiagnosticResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.securenfc.MifareDesfireResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.securenfc.MifarePlusSL3Results
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.securenfc.MifareSamResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.securenfc.PassThruApduResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.securenfc.SecureNfcResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.serialcomm.SerialCommResults
-
Returns the description for the error.
- getDescription() - Method in enum com.symbol.emdk.simulscan.SimulScanResults
-
Returns the description for the error.
- getDevice(ScannerInfo) - Method in class com.symbol.emdk.barcode.BarcodeManager
-
This method returns the scanner object if the scanner info specified is valid
and scanner info object can obtain from the BarcoderManager.getSupportedDevices().
- getDevice(BarcodeManager.DeviceIdentifier) - Method in class com.symbol.emdk.barcode.BarcodeManager
-
This method returns the scanner object based on device identifier specified except DeviceIdentifier.UNDEFINED.
- getDevice(DeviceInfo) - Method in class com.symbol.emdk.notification.NotificationManager
-
Returns the notification device based on the device information provided.
- getDevice(NotificationManager.DeviceIdentifier) - Method in class com.symbol.emdk.notification.NotificationManager
-
Returns the notification device based on the device identifier provided.
- getDevice(PaymentManager.DeviceIdentifier) - Method in class com.symbol.emdk.payment.PaymentManager
-
This method returns the PaymentDevice object based on device identifier specified.
- getDevice(DeviceInfo) - Method in class com.symbol.emdk.payment.PaymentManager
-
This method returns the PaymentDevice object if the Device info specified is valid
and Device info object can obtain from the PaymentManager.getSupportedDevicesInfo().
- getDevice(String, boolean) - Method in class com.symbol.emdk.payment.PaymentManager
-
The getDevice method gets payment object which can be used to enable and communicate with payment device.
- getDevice(SimulScanReaderInfo) - Method in class com.symbol.emdk.simulscan.SimulScanManager
-
This method returns the reader object based on the input SimulScanReaderInfo object.
- getDevice(SimulScanManager.DeviceIdentifier) - Method in class com.symbol.emdk.simulscan.SimulScanManager
-
This method returns the reader object based on device identifier specified.
- getDeviceIdentifier() - Method in class com.symbol.emdk.barcode.ScannerInfo
-
Returns the Device Identifier.
- getDeviceInfo() - Method in class com.symbol.emdk.notification.NotificationDevice
-
Returns information about the notification device.
- getDeviceInfo() - Method in class com.symbol.emdk.payment.PaymentDevice
-
Returns information about the payment device.
- getDeviceType() - Method in class com.symbol.emdk.barcode.ScannerInfo
-
Returns the scanner device type
- getDeviceType() - Method in class com.symbol.emdk.notification.DeviceInfo
-
Returns the notification device type.
- getDeviceType() - Method in class com.symbol.emdk.payment.DeviceInfo
-
Returns the payment device type
- getDeviceType() - Method in class com.symbol.emdk.simulscan.SimulScanReaderInfo
-
Returns the reader device type
- getDFNames() - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves the ISO 7816-4 DF names of all active card applications.On Tag
lost connection needs to re-established by calling enable API in the
application.This is a synchronous call.
- getDiagnosticData(int, DiagnosticConfig) - Method in class com.symbol.emdk.personalshopper.Diagnostic
-
Get the values for all the parameters or the specified parameter ID.
- getElementNumber() - Method in class com.symbol.emdk.simulscan.SimulScanElement
-
Returns unique identifier of this element
- getElements() - Method in class com.symbol.emdk.simulscan.SimulScanData
-
Returns a list of scanned elements.
- getElements() - Method in class com.symbol.emdk.simulscan.SimulScanTemplate
-
Returns a list of SimulScanTemplateElements that are contained in this template
- getEMDKManager(Context, EMDKManager.EMDKListener) - Static method in class com.symbol.emdk.EMDKManager
-
This is static method and it is the key function to get the EMDKManager object.
- getEmvTags(ArrayList<String>) - Method in class com.symbol.emdk.payment.PaymentDevice
-
Gets tag information from the inserted card.
- getErrorDescription(ScanAndPairResults) - Static method in enum com.symbol.emdk.scanandpair.ScanAndPairResults
-
Get Error Description from the error code passed
- getExpiryDate() - Method in class com.symbol.emdk.payment.CardData
-
Returns the expiry date in the format MMYY.
- getExtendedStatusMessage() - Method in class com.symbol.emdk.EMDKResults
-
Return the extended status information string.
- getFastChargingState() - Method in class com.symbol.emdk.personalshopper.CradleConfig
-
Gets fast charging state of the cradle.
- getFeatureType() - Method in class com.symbol.emdk.EMDKManager.StatusData
-
Returns the feature type for which the status data is returned.
- getFileIDs(MifareDesfire.FileIDType) - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves native file IDs or ISO 7816-4 file IDs of active files within
the currently selected application.On Tag lost connection needs to
re-established by calling enable API in the application.This is a
synchronous call.
- getFileSettings(byte) - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves file settings (properties) of specified file.On Tag lost
connection needs to re-established by calling enable API in the
application.
- getFirmwareVersion() - Method in class com.symbol.emdk.payment.DeviceInfo
-
Returns the firmware version of the payment device.
- getFirmwareVersion() - Method in class com.symbol.emdk.personalshopper.CradleInfo
-
Return the firmware version of cradle.
- getFreeMemory() - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Gets total number of free user memory bytes available on card.On Tag lost
connection needs to re-established by calling enable API in the
application.This is a synchronous call.
- getFriendlyName() - Method in class com.symbol.emdk.barcode.ScanDataCollection
-
Returns the friendly name of scanner for which the data is returned.
- getFriendlyName() - Method in class com.symbol.emdk.barcode.ScannerInfo
-
Returns the friendly name of the Device.
- getFriendlyName() - Method in class com.symbol.emdk.barcode.StatusData
-
Returns the friendly name of scanner for which the status data is returned.
- getFriendlyName() - Method in class com.symbol.emdk.notification.DeviceInfo
-
Returns the friendly name of the notification device.
- getFriendlyName() - Method in class com.symbol.emdk.payment.DeviceInfo
-
Returns the friendly name of the Device.
- getFriendlyName() - Method in class com.symbol.emdk.simulscan.SimulScanReaderInfo
-
Returns the friendly name of the Device.
- getFriendlyName() - Method in class com.symbol.emdk.simulscan.SimulScanStatusData
-
Returns the friendly name of the Reader from which the SimulScanStatusData
object was from
- getHardwareID() - Method in class com.symbol.emdk.personalshopper.CradleInfo
-
Returns the hardware ID of the cradle.
- getHeight() - Method in class com.symbol.emdk.simulscan.SimulScanTemplate
-
Returns the height of the template
- getHeight() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateRegion
-
Returns the height of this template region
- getId() - Method in class com.symbol.emdk.simulscan.SimulScanTemplate
-
Returns the number of the template
- getImage() - Method in class com.symbol.emdk.simulscan.SimulScanRegion
-
Returns the captured region image
- getInstance(EMDKManager.FEATURE_TYPE) - Method in class com.symbol.emdk.EMDKManager
-
This method returns an object instance which has derived from EMDKBase.
- getInstanceAsync(EMDKManager.FEATURE_TYPE, EMDKManager.StatusListener) - Method in class com.symbol.emdk.EMDKManager
-
This method is an asynchronous call and requests object instance for the specified feature type and object
is returned through the status listener callback when the feature is initialized and ready to use.
- getInterfaceConfig() - Method in class com.symbol.emdk.barcode.Scanner
-
- getInterfaceConfig() - Method in class com.symbol.emdk.payment.PaymentDevice
-
This method provides access to get the interface configurations object.
- getKeySerialNumber() - Method in class com.symbol.emdk.payment.AuthorizeCardData
-
Returns key Serial number
- getKeySerialNumber() - Method in class com.symbol.emdk.payment.CardData
-
Returns the Key Serial Number (KSN) used for the encrypting the data.
- getKeySerialNumber() - Method in class com.symbol.emdk.payment.PinData
-
Returns the key serial number.
- getKeySettings() - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves master key settings and application key settings of selected
card application or card.On Tag lost connection needs to re-established
by calling enable API in the application.This is a synchronous call.
- getKeyVersion(byte) - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves current version of specified card key.On Tag lost connection
needs to re-established by calling enable API in the application.This is
a synchronous call.
- getLabelType() - Method in class com.symbol.emdk.barcode.ScanDataCollection.ScanData
-
Returns label type of the scanned data.
- getLocation() - Method in class com.symbol.emdk.personalshopper.CradleConfig
-
Gets the cradle location.
- getLowBatteryThreshold() - Method in class com.symbol.emdk.payment.PaymentDevice
-
Gets the acceptable low battery level.
- getMacAddress() - Method in class com.symbol.emdk.payment.DeviceInfo
-
Returns the MacAdress of the remote device.
- getMacBlock() - Method in class com.symbol.emdk.payment.MacData
-
Returns the MacBlock String.
- getMaskedPAN() - Method in class com.symbol.emdk.payment.CardData
-
Get the masked PAN data.
- getModelNumber() - Method in class com.symbol.emdk.barcode.ScannerInfo
-
Returns the scanner device model number.
- getModelNumber() - Method in class com.symbol.emdk.notification.DeviceInfo
-
Returns the notification device model number.
- getName() - Method in class com.symbol.emdk.simulscan.SimulScanElement
-
Returns the friendly name of this element
- getName() - Method in class com.symbol.emdk.simulscan.SimulScanTemplate
-
Returns the friendly name of the template
- getName() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateElement
-
Returns the friendly name of the element
- getPairedDevicesInfo(DeviceInfo.DeviceType) - Method in class com.symbol.emdk.payment.PaymentManager
-
This method gets the list of payment devices paired with Mobile Device based on the deviceType.
- getPartNumber() - Method in class com.symbol.emdk.personalshopper.CradleInfo
-
Returns the part number of the cradle.
- getPassThruApduInstance() - Method in class com.symbol.emdk.securenfc.SecureNfcManager
-
Returns the PassThruApduProcessor object to securely communicate with
contactless smart cards at the Application Protocol Data Unit (APDU)
level using the SAM.
- getPinBlockString() - Method in class com.symbol.emdk.payment.AuthorizeCardData
-
Returns pin block string when the PIN is entered.
- getPinBlockString() - Method in class com.symbol.emdk.payment.PinData
-
Returns the PIN block string
- getProfileConfig() - Method in class com.symbol.emdk.ProfileManager.ResultData
-
Deprecated.
- getProfileDocument() - Method in class com.symbol.emdk.ProfileManager.ResultData
-
Returns the profile data as DOM document requested in the processProfileAsync method.
- getProfileFlag() - Method in class com.symbol.emdk.ProfileManager.ResultData
-
Returns the profile flag sent in processProfileAsync method.
- getProfileName() - Method in class com.symbol.emdk.ProfileManager.ResultData
-
Returns the profile name sent in processProfileAsync method.
- getProfileString() - Method in class com.symbol.emdk.ProfileManager.ResultData
-
Returns the profile data as string requested in the processProfileAsync method.
- getRawData() - Method in class com.symbol.emdk.barcode.ScanDataCollection.ScanData
-
Returns the raw decoded data as byte array.
- getReaderInfo() - Method in class com.symbol.emdk.simulscan.SimulScanReader
-
Returns information about the reader device.
- getReadMode() - Method in class com.symbol.emdk.payment.CardData
-
Returns the card read mode for the processed transaction.
- getRegionNumber() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateElement
-
Returns the region number of the element
- getRegions() - Method in class com.symbol.emdk.simulscan.SimulScanGroup
-
Returns a list of SimulScanRegion objects that represents a collection of processed regions
that are contained within the group
- getRegionType() - Method in class com.symbol.emdk.simulscan.SimulScanRegion
-
Returns the processed data type of this region
- getRegionType() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateRegion
-
Returns the type of data contained within this region
- getRelativeConfidence() - Method in class com.symbol.emdk.simulscan.SimulScanRegion
-
Returns the relative confidence of OCR results
- getResult() - Method in class com.symbol.emdk.barcode.ScanDataCollection
-
This method used to obtain the scanned result.
- getResult() - Method in exception com.symbol.emdk.EMDKException
-
Returns the result.
- getResult() - Method in class com.symbol.emdk.EMDKManager.StatusData
-
Returns the associated error code.
- getResult() - Method in exception com.symbol.emdk.notification.NotificationException
-
Returns the NotificationResults enum value.
- getResult() - Method in class com.symbol.emdk.payment.PaymentData
-
This method can used to obtain the payment response status.
- getResult() - Method in exception com.symbol.emdk.payment.PaymentException
-
Returns the PaymentResults.
- getResult() - Method in exception com.symbol.emdk.personalshopper.CradleException
-
Returns the CradleResults enum.
- getResult() - Method in exception com.symbol.emdk.personalshopper.DiagnosticException
-
Returns the DiagnosticResults enum.
- getResult() - Method in class com.symbol.emdk.ProfileManager.ResultData
-
Class for holding status of processProfileAsync method.
- getResult() - Method in exception com.symbol.emdk.scanandpair.ScanAndPairException
-
Returns the ScanAndPairResults enum value.
- getResult() - Method in class com.symbol.emdk.scanandpair.StatusData
-
When the state is ERROR, this method can be used to find out the
exact error information.
- getResult() - Method in exception com.symbol.emdk.securenfc.MifareDesfireExpection
-
Returns the MifareDesfireResults.
- getResult() - Method in exception com.symbol.emdk.securenfc.MifarePlusSL3Exception
-
Returns the MifarePlusSL3Results.
- getResult(int) - Static method in enum com.symbol.emdk.securenfc.MifarePlusSL3Results
-
- getResult() - Method in exception com.symbol.emdk.securenfc.MifareSamException
-
Returns the MifareSamResults.
- getResult() - Method in exception com.symbol.emdk.securenfc.PassThruApduException
-
Returns the PassThruApduResults.
- getResult(int) - Static method in enum com.symbol.emdk.securenfc.PassThruApduResults
-
- getResult() - Method in exception com.symbol.emdk.securenfc.SecureNfcException
-
Returns the SecureNfcResults.
- getResult() - Method in exception com.symbol.emdk.serialcomm.SerialCommException
-
Returns the SerialCommResults enum value.
- getResult() - Method in exception com.symbol.emdk.simulscan.SimulScanException
-
Returns the SimulScanResults object that provides additional information on the exception.
- getSamInfo() - Method in class com.symbol.emdk.securenfc.MifareSam
-
Returns manufacturing related information of the MIFARESAM.
- getSamInstance(SecureNfcManager.SamType) - Method in class com.symbol.emdk.securenfc.SecureNfcManager
-
This method returns the object to authenticate between SAM with the Host.
- getScanData() - Method in class com.symbol.emdk.barcode.ScanDataCollection
-
This method is used to obtain the scanned data list.
- getScannedData() - Method in class com.symbol.emdk.scanandpair.ScanAndPairConfig.ScanInfo
-
Provides the scanned data.
- getScannerInfo() - Method in class com.symbol.emdk.barcode.Scanner
-
Returns information about the scanner device.
- getSerialNumber() - Method in class com.symbol.emdk.personalshopper.CradleInfo
-
Returns the serial number of the cradle.
- getServiceConfig() - Method in class com.symbol.emdk.simulscan.SimulScanConfig
-
- getServiceMultiTemplate() - Method in class com.symbol.emdk.simulscan.SimulScanMultiTemplate
-
- getSmartcardResult(int) - Static method in enum com.symbol.emdk.securenfc.SecureNfcResults
-
- getState() - Method in class com.symbol.emdk.barcode.StatusData
-
Returns the scan event state.
- getState() - Method in class com.symbol.emdk.scanandpair.StatusData
-
State of the scanAndPair or scanAndUnpair method.
- getState() - Method in class com.symbol.emdk.simulscan.SimulScanStatusData
-
Returns the the current status
- getStatus() - Method in class com.symbol.emdk.scanandpair.ScanAndPairManager
-
This method provides an option to get the current or recent status of scanAndPair or scanAndUnpair calls
- getStatusDocument() - Method in class com.symbol.emdk.EMDKResults
-
Gets status results from process profile as xml document.
- getStatusString() - Method in class com.symbol.emdk.EMDKResults
-
Gets status results from process profile as xml string.
- getSuccessFeaturesCount() - Method in class com.symbol.emdk.EMDKResults
-
Return the total number of features in profile request is success.
- getSupportedDevicesInfo() - Method in class com.symbol.emdk.barcode.BarcodeManager
-
Returns list of supported scanner devices information.
- getSupportedDevicesInfo() - Method in class com.symbol.emdk.notification.NotificationManager
-
Returns list of supported notification devices information.
- getSupportedDevicesInfo() - Method in class com.symbol.emdk.payment.PaymentManager
-
Returns list of supported payment devices information.
- getSupportedDevicesInfo() - Method in class com.symbol.emdk.simulscan.SimulScanManager
-
Returns list of supported reader devices information.
- getSurchargeIndicator() - Method in class com.symbol.emdk.payment.AdditionalData
-
Returns the surcharge value is accepted by the user or not..
- getTagData() - Method in class com.symbol.emdk.payment.AuthorizeCardData
-
Returns the EMV data list.
- getTagData() - Method in class com.symbol.emdk.payment.CardData
-
Returns list of object containing EMV tags and its values.
- getTagData() - Method in class com.symbol.emdk.payment.EmvData
-
Returns EMV tag data list.
- getTagTechInstance(SecureNfcManager.TagTechType) - Method in class com.symbol.emdk.securenfc.SecureNfcManager
-
Returns the tag technology object based for the Tag type passed.
- getTagTechType(Tag) - Method in class com.symbol.emdk.securenfc.SecureNfcManager
-
This method returns the tag type discovered by the device.
- getTemplate() - Method in class com.symbol.emdk.simulscan.SimulScanData
-
Returns the scanned template.
- getTemplateName() - Method in class com.symbol.emdk.simulscan.SimulScanMultiTemplate
-
Returns the friendly name of the MultiTemplate object
- getTemplateRegions() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateGroup
-
Returns a list of SimulScanTemplateRegion objects that represents a collection of template regions
that are contained within this SimulScanTemplateGroup
- getTimeStamp() - Method in class com.symbol.emdk.barcode.ScanDataCollection.ScanData
-
Returns the time at which the barcode was scanned.
- getTimestamp() - Method in class com.symbol.emdk.simulscan.SimulScanData
-
Returns the time at which the data was captured.
- getTip() - Method in class com.symbol.emdk.payment.AdditionalData
-
Returns the tip value.
- getTlvString() - Method in class com.symbol.emdk.payment.TagData
-
Returns the TLV (Tag-Length-Value) data string as per EMV specification.
- getTotalFeaturesCount() - Method in class com.symbol.emdk.EMDKResults
-
Return the total number of features in the profile.
- getTrack1Data() - Method in class com.symbol.emdk.payment.CardData
-
Returns the track1 data.
- getTrack1Status() - Method in class com.symbol.emdk.payment.CardData
-
Get the track read status of track1.
- getTrack2Data() - Method in class com.symbol.emdk.payment.CardData
-
Returns the track2 data.
- getTrack2Status() - Method in class com.symbol.emdk.payment.CardData
-
Get the track read status of track2
- getTrack3Data() - Method in class com.symbol.emdk.payment.CardData
-
Returns the track3 data.
- getTrack3Status() - Method in class com.symbol.emdk.payment.CardData
-
Get the track read status of track3
- getType() - Method in class com.symbol.emdk.EMDKBase
-
Return the feature type of the object.
- getValue() - Method in enum com.symbol.emdk.notification.NotificationResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in class com.symbol.emdk.payment.BatteryData
-
Returns the battery level retrieved by the battery related API.
- getValue() - Method in enum com.symbol.emdk.payment.PaymentResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.personalshopper.CradleResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.personalshopper.DiagnosticResults
-
This method provides integer value assigned to the enum.
- getValue(byte) - Method in class com.symbol.emdk.securenfc.MifareDesfire
-
Retrieves value stored in value file.On Tag lost connection needs to
re-established by calling enable API in the application.
- getValue() - Method in enum com.symbol.emdk.securenfc.MifareDesfireResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.securenfc.MifarePlusSL3Results
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.securenfc.MifareSamResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.securenfc.PassThruApduResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.securenfc.SecureNfcResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.serialcomm.SerialCommResults
-
This method provides integer value assigned to the enum.
- getValue() - Method in enum com.symbol.emdk.simulscan.SimulScanResults
-
Get the error code integer value assigned to the SimulScanResults
- getVersion(PassThruApduProcessor.VersionType) - Method in class com.symbol.emdk.securenfc.PassThruApduProcessor
-
Retrieves version of smart card stack or connected smart card.
- getVersion(VersionManager.VERSION_TYPE) - Method in class com.symbol.emdk.VersionManager
-
- getWidth() - Method in class com.symbol.emdk.simulscan.SimulScanTemplate
-
Returns the width of the template
- getWidth() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateRegion
-
Returns the width of this template region
- getX() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateRegion
-
Returns the X coordinate of this template region
- getY() - Method in class com.symbol.emdk.simulscan.SimulScanTemplateRegion
-
Returns the Y coordinate of this template region
- globalCryptoSettings - Variable in class com.symbol.emdk.securenfc.MifareSam.SamInfo
-
- good_decode_led_timer - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ScanParams
-
Deprecated.
Time for which Good Decode LED Notification Runs in milliseconds.
- gs1_databar - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.Decoders
-
Deprecated.
Sets the Enabled State of Decoder Interleaved 2 of 5.
- gs1_databar_exp - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.Decoders
-
Deprecated.
Sets the Enabled State of Decoder GS1 DataBar Expanded.
- gs1_databar_lim - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.Decoders
-
Deprecated.
Sets the Enabled State of Decoder GS1 DataBar Limited.
- gs1Databar - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams
-
The GS1Databar class provides access to parameters that are available
for the GS1 Databar decoder.
- gs1DatabarExp - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams
-
The GS1DatabarExp class provides access to parameters that are
available for the GS1 Databar Exp decoder.
- gs1DatabarLim - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams
-
The GS1DatabarLim class provides access to parameters that are
available for the GS1 Databar Lim decoder.