We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e78d5 commit b777312Copy full SHA for b777312
src/app/CASEClient.h
@@ -35,9 +35,10 @@ struct CASEClientInitParams
35
FabricTable * fabricTable = nullptr;
36
Credentials::GroupDataProvider * groupDataProvider = nullptr;
37
38
- // mrpLocalConfig should not generally be set to anything other than
+ // `mrpLocalConfig` should not generally be set to anything other than
39
// NullOptional. Doing that can lead to different parts of the system
40
- // claiming different MRP parameters for the same node.
+ // claiming different MRP parameters for the same node. This remains
41
+ // as backwards compatibility to previous public API.
42
Optional<ReliableMessageProtocolConfig> mrpLocalConfig = NullOptional;
43
44
CHIP_ERROR Validate() const
0 commit comments