This function retrieves the card’s encrypted MagnePrint, for readers that support MagnePrint.
(NSString *) getMagnePrint
Parameters: None
Return Value: String containing the card’s encrypted MagnePrint.
getMagnePrintStatus [iDynamo Only]
This function retrieves the card MagnePrint status. For more information, see D99875475. Only available on iDynamo; it will return an empty string in audio reader.
(NSString *) getMagnePrintStatus
Parameters: None Return Value:
Return stored MagnePrintStatus string.
getDeviceSerial
This function retrieves the device serial number.
(NSString *) getDeviceSerial
Parameters: None
Return Value: String containing the device serial number.
This function returns the MagTek serial number of the currently opened device.
Parameters: None
Return Value: Return stored serial number created by MagTek.
This function retrieves the Session ID from the currently opened device, which the host can use to uniquely identify a transaction to prevent replay. Only supported by iDynamo/uDynamo; on other devices this function will return an empty string. For more information, see D99875475
Parameters: None
Return Value: Stored session ID.
This function retrieves the Key Serial Number (KSN) from the device.
Parameters: None
Return Value: String containing the stored key serial number.
This function gets the device’s product name.
Return Value: String containing the device product name.
This function gets the device type.
Parameters: None
Return Value: Device Type
This function sets the type of device to open. Call this function before calling openDevice.