enum
Matter::MDNS::PairingHint
Overview
Pairing Hint Bitmap (20 bits total)
RFC: Matter Core Spec ยง4.3.1 - Commissioning Discovery
Defined in:
matter/mdns/service_description.crEnum Members
-
PowerCycle =
1_u32 -
DeviceManual =
2_u32 -
DeviceManufacturer =
4_u32 -
NFC =
8_u32 -
QRCode =
16_u32 -
Bluetooth =
32_u32 -
ThirdPartyApp =
64_u32 -
None =
0_u32 -
All =
127_u32
Instance Method Summary
-
#bluetooth?
Returns
trueif this enum value containsBluetooth -
#device_manual?
Returns
trueif this enum value containsDeviceManual -
#device_manufacturer?
Returns
trueif this enum value containsDeviceManufacturer -
#nfc?
Returns
trueif this enum value containsNFC - #none?
-
#power_cycle?
Returns
trueif this enum value containsPowerCycle -
#qr_code?
Returns
trueif this enum value containsQRCode -
#third_party_app?
Returns
trueif this enum value containsThirdPartyApp