enum

Matter::Cluster::Definitions::DiagnosticLogs::TransferProtocol

Inherits Enum < Comparable < Value < Object

Constants

ResponsePayload = 0_u8

Logs to be returned as a response

shall be used by a Client to request that logs are transferred using the LogContent attribute of the response

Bdx = 1_u8

Logs to be returned using BDX

shall be used by a Client to request that logs are transferred using BDX as defined in BDX Protocol

Instance methods

bdx?

Returns true if this enum value equals Bdx

Source
response_payload?

Returns true if this enum value equals ResponsePayload

Source