IPC Module - System Service

This page contains documentation of the System API.

Messages

message hwinfo_req
Return message:

hwinfo_rsp

Read hardware related information.

If successful the response will include various data.

message hwinfo_rsp
Parameters:
  • result (enum hwinfo_result) – Result of the operation

  • serial_number (string) – Device Serial Number

  • device_uuid (string) – Device UUID

  • assembled_unit (string) – Assembled Unit

  • sales_unit (string) – Sales Unit

  • manufacturing_timestamp (string) – Manufacturing Timestamp (UTC)

Hardware information response.

Enums

enum hwinfo_result

Hardware versions result codes.

Constant

Value

Description

OK

0

OK

ERROR

1

Error