enum

Matter::Cluster::Definitions::Channel::Status

Inherits Enum < Comparable < Value < Object

Constants

Success = 0_u8

Command succeeded

MultipleMatches = 1_u8

More than one equal match for the ChannelInfoStruct passed in.

NoMatches = 2_u8

No matches for the ChannelInfoStruct passed in.

Instance methods

multiple_matches?

Returns true if this enum value equals MultipleMatches

Source
no_matches?

Returns true if this enum value equals NoMatches

Source
success?

Returns true if this enum value equals Success

Source