circuitmatter.message ===================== .. py:module:: circuitmatter.message Classes ------- .. autoapisummary:: circuitmatter.message.ExchangeFlags circuitmatter.message.SecurityFlags circuitmatter.message.Message Module Contents --------------- .. py:class:: ExchangeFlags Bases: :py:obj:`enum.IntFlag` Support for integer-based Flags .. py:attribute:: V .. py:attribute:: SX .. py:attribute:: R .. py:attribute:: A .. py:attribute:: I .. py:class:: SecurityFlags Bases: :py:obj:`enum.IntFlag` Support for integer-based Flags .. py:attribute:: P .. py:attribute:: C .. py:attribute:: MX .. py:attribute:: GROUP .. py:class:: Message .. py:attribute:: buffer :value: None .. py:method:: clear() .. py:method:: parse_protocol_header() .. py:method:: decode(buffer) .. py:method:: encode_into(buffer, cipher=None) .. py:method:: __str__()