Get Firmware&EMV Version
Overview
This guide provides the necessary steps to obtain the version information for both the firmware and the EMV kernel on your device.
Getting the Firmware Version
Detail the specific method or code snippet required to retrieve the firmware version. This could involve accessing system properties or using specific APIs provided by the device's operating system.
Getting the EMV Kernel Version
Description: This function populates the provided buffer with the EMV kernel version string. The bufferLength parameter specifies the size of the buffer.
Usage: Declare a buffer of appropriate length and call this function to get the EMV kernel version.
Last updated