This function returns the version(8-character) of the ROM of the handheld terminal.
(Null-terminated string)

Syntax

void VersionRom(
  char rom[9]
);

Parameters

rom
[in] An array that stores the ROM version.

Return value

None

Remarks

Get the ROM version.
Example: "TH14J01" = OPH-5000i ROM Version 1.0

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/09