enum

Matter::SetupPayload::QRCode::DiscoveryCapability

Inherits Enum < Comparable < Value < Object

Discovery capability flags

Constants

None = 0_u8
SoftAP = 1_u8
BLE = 2_u8
OnNetwork = 4_u8
All = 7_u8

Instance methods

ble?

Returns true if this enum value contains BLE

Source
none?

Returns true if this enum value contains None

Source
on_network?

Returns true if this enum value contains OnNetwork

Source
soft_ap?

Returns true if this enum value contains SoftAP

Source