File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,11 @@ class ICDManager : public ICDListener
82
82
83
83
/* *
84
84
* @brief Verifier template function
85
- * This type can be used to implement specific verifiers that can be used in
86
- * the CheckInMessagesWouldBeSent function. The goal is to avoid having multiple functions that implement the iterator
87
- * loop with only the check changing.
85
+ * This type can be used to implement specific verifiers that can be used in the CheckInMessagesWouldBeSent function.
86
+ * The goal is to avoid having multiple functions that implement the iterator loop with only the check changing.
87
+ *
88
+ * @return true if at least one Check-In message wuld be sent
89
+ * false No Check-In messages would be sent
88
90
*/
89
91
90
92
using RegistrationVerificationFunction = bool (FabricIndex aFabricIndex, NodeId subjectID);
You can’t perform that action at this time.
0 commit comments