4. Defines

4.1. HM_HAL_API_UNSUPPORTED

#define HM_HAL_API_UNSUPPORTED (-0xA5)

Indicates that the requested functionality is not supported on Windows platforms.

4.2. HM_SYS_DEVICE_NAME_LEN

#define HM_SYS_DEVICE_NAME_LEN 16

Maximum supported length (in bytes) of a model name string.

This macro defines the recommended size of buffers used to store Houmo model names.

4.3. HM_SYS_DEVICE_SN_LEN

#define HM_SYS_DEVICE_SN_LEN 32

Maximum supported length (in bytes) of a device serial number string.

This macro defines the recommended size of buffers used to store Houmo device serial number.

4.4. HM_SYS_DEVICE_PN_LEN

#define HM_SYS_DEVICE_PN_LEN 32

Maximum supported length (in bytes) of a device part number string.

This macro defines the recommended size of buffers used to store Houmo device part number.

4.5. HM_MAX_DEVICES

#define HM_MAX_DEVICES 32

Maximum number of Houmo logical devices that can be connected to the host.

This macro defines the upper limit for the number of logical devices supported by the system.