-19
TWO
、
Program Declaration
(1) Constant Definition
The following table lists all constant definition that TYPE definition used.
Definition Introduction
#define
PRODUCT_NAME_LENGTH
32
Define the length of product name information.
(Unit
:
byte)
#define
MODEL_NAME_LENGTH 16
Define the length of model name information.
(Unit
:
byte)
#define
HARDWARE_LENGTH
8
Define the length of hardware version
information. (Unit
:
byte)
#define
FIRMWARE_LENGTH
8
Define the length of firmware version
information. (Unit
:
byte)
#define
TAG_LENGTH
16
Define the length of Tag ID data. (Unit : byte)
#define
ENVIRONMENT_EVENT_NUMBER
3
Define the number of events happened.
#define
ENVIRONMENT_EVENT_COMPORT_ERROR
0
For more information, Please see EVENTS
Introduction.
#define
ENVIRONMENT_EVENT_PORT_CLOSE
1
For more information, Please see EVENTS
Introduction.
#define
ENVIRONMENT_EVENT_ACTIVE_READ_TAG
2
For more information, Please see EVENTS
Introduction.