Gets the serial number of the terminal.

Syntax

void GetSerialNo(
  char *serialno
);

Parameters

serialno
[out] Specifies a pointer to a buffer that stores a null-terminated string of serial numbers. The buffer must be at least 16 + 1 (17) bytes.

Return value

None

Remarks

This function returns a string of the serial number that is printed on the back of the terminal.

Requirements

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

Last updated: 2021/10/01