Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Mar 18, 2024
1 parent 9625c19 commit a82f2f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/icd/server/ICDManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ class ICDManager : public ICDListener

/**
* @brief Verifier template function
* This type can be used to implement specific verifiers that can be used in
* the CheckInMessagesWouldBeSent function. The goal is to avoid having multiple functions that implement the iterator
* loop with only the check changing.
* This type can be used to implement specific verifiers that can be used in the CheckInMessagesWouldBeSent function.
* The goal is to avoid having multiple functions that implement the iterator loop with only the check changing.
*
* @return true if at least one Check-In message wuld be sent
* false No Check-In messages would be sent
*/

using RegistrationVerificationFunction = bool(FabricIndex aFabricIndex, NodeId subjectID);
Expand Down

0 comments on commit a82f2f1

Please sign in to comment.