Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UC421BLEManufacturerSpecificData

Manufacturer specific data contained in an advertisement of UC421BLE.

UC421BLEのAdvertisementに含まれるManufacturerSpecificData

Hierarchy

  • UC421BLEManufacturerSpecificData

Index

Properties

Properties

companyCode

companyCode: number

Company code. The value is 105(A&D Engineering Inc.).

会社コード 105(A&D Engineering Inc.)で固定

id

id: number

If the runnning mode is 'measurementWithApp', this will be 255. If it's 'measurementWithoutApp', this will be the user No(normal user: 1~5, guest user: 99).

アプリ有り測定モード(デフォルト)の時は固定で255 アプリ無し測定モード(アプリ無し測定でユーザNo確定後60秒のみ)の時は確定したユーザID(一般ユーザ: 1~5, ゲストユーザ:99)

opMode

opMode: { hasMemoryForUser1: boolean; hasMemoryForUser2: boolean; hasMemoryForUser3: boolean; hasMemoryForUser4: boolean; hasMemoryForUser5: boolean; haveSeatsForNewUser: boolean; isMedicalExamModeOn: boolean; isTimeSet: boolean; runningMode: "measurementWithApp" | "measurementWithoutApp" }

Running mode related information.

動作モード関連情報

Type declaration

  • hasMemoryForUser1: boolean

    Flag of whether or not the measurement data of user 1 is saved in memory. This will be true if either weight or body composition data is stored in memory.

    ユーザ1の測定データが保存されているかどうか 体重データ、体組成データのいずれかが保存されていればtrue

  • hasMemoryForUser2: boolean

    Flag of whether or not the measurement data of user 2 is saved in memory. This will be true if either weight or body composition data is stored in memory.

    ユーザ2の測定データが保存されているかどうか 体重データ、体組成データのいずれかが保存されていればtrue

  • hasMemoryForUser3: boolean

    Flag of whether or not the measurement data of user 3 is saved in memory. This will be true if either weight or body composition data is stored in memory.

    ユーザ3の測定データが保存されているかどうか 体重データ、体組成データのいずれかが保存されていればtrue

  • hasMemoryForUser4: boolean

    Flag of whether or not the measurement data of user 4 is saved in memory. This will be true if either weight or body composition data is stored in memory.

    ユーザ4の測定データが保存されているかどうか 体重データ、体組成データのいずれかが保存されていればtrue

  • hasMemoryForUser5: boolean

    Flag of whether or not the measurement data of user 5 is saved in memory. This will be true if either weight or body composition data is stored in memory.

    ユーザ5の測定データが保存されているかどうか 体重データ、体組成データのいずれかが保存されていればtrue

  • haveSeatsForNewUser: boolean

    Flag of whether or not there exists available seats for a new user. Maximum number is 5.

    新規ユーザの空きがあるかどうか ※ ユーザデータは最大5人分まで保存できる

  • isMedicalExamModeOn: boolean

    Flag of medical exam mode. When this mode is on, measurement information is not saved in memory. This supports 'measurement with app' mode and 'measurement without app' mode. 'measurement without app' mode can only retrieve weight data(not body composition data since no user information is provided). The user to authorize is a guest user(No:99, CC:9999).

    検診モードフラグ 検診モードは測定情報がメモリに保存されない アプリ有り測定とアプリ無し測定があり、アプリ無し測定の場合は体重データのみ取得できる ユーザはゲストユーザ固定(No:99, CC:9999)

  • isTimeSet: boolean

    Flag of whether or not the time is set.

    時刻設定フラグ

  • runningMode: "measurementWithApp" | "measurementWithoutApp"

    Running mode. measurementWithApp: mode of measuring with app(default). measurementWithoutApp: mode of measuring without app(only 60 seconds after measuring without the app).

    動作モード measurementWithApp: アプリ有り測定モード(デフォルト) measurementWithoutApp: アプリ無し測定モード(アプリ無し測定でユーザNo確定後60秒のみ)

Generated using TypeDoc