Enumerations

enum TargetFabricIds
Name Value
kTargetFabricId_NotInFabric kFabricIdNotSpecified
kTargetFabricId_AnyFabric kReservedFabricIdStart
kTargetFabricId_Any kMaxFabricId

Special target fabric IDs.

Defined at line 326 of file gen/third_party/openweave-core/src/include/Weave/Profiles/device-description/DeviceDescription.h

enum TargetDeviceModes
Name Value
kTargetDeviceMode_Any 0x00000000
kTargetDeviceMode_UserSelectedMode 0x00000001

Bit field (32-bits max) identifying which devices should respond

to a LocateRequest Message based on their current mode.

Note that the modes defined here are intended to be general such that they can be

applied to a variety of device types.

Defined at line 342 of file gen/third_party/openweave-core/src/include/Weave/Profiles/device-description/DeviceDescription.h

Records

Functions

  • bool MatchTargetFabricId (uint64_t fabricIduint64_t targetFabricId)