Skip to content

Commit

Permalink
update GetHighestReceivedEventNumber comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Apr 25, 2022
1 parent c1cbfb0 commit d1c3e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/ReadClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ class ReadClient : public Messaging::ExchangeDelegate

/*
* Get highest received event number.
* If application don't have this one, it clear outparam and return CHIP_NO_ERROR.
* if any returning error, it will fail the entire read client.
* If the application does not want to filter events by event number, it should call ClearValue() on aEventNumber
* and return CHIP_NO_ERROR. An error return from this function will fail the entire read client interaction.
*/
virtual CHIP_ERROR GetHighestReceivedEventNumber(Optional<EventNumber> & aEventNumber)
{
Expand Down

0 comments on commit d1c3e94

Please sign in to comment.