Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Apr 19, 2022
1 parent f621005 commit 3ef8afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/ReadClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +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.
*/
virtual CHIP_ERROR GetHighestReceivedEventNumber(Optional<EventNumber> & aEventNumber)
{
Expand Down

0 comments on commit 3ef8afc

Please sign in to comment.