We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc77ac6 commit f406699Copy full SHA for f406699
src/darwin/Framework/CHIP/MTRBaseDevice_Internal.h
@@ -116,8 +116,8 @@ static inline MTRTransportType MTRMakeTransportType(chip::Transport::Type type)
116
117
/**
118
* Like the public invokeCommandWithEndpointID but allows passing through a
119
- * serverSideProcessingTimeout and controlling whether we log the call (so we
120
- * can not log when the call is not actually originating with MTRBaseDevice).
+ * serverSideProcessingTimeout and a flag to control whether we log the call (so we
+ * can choose not to log when the call is not actually originating with MTRBaseDevice).
121
*/
122
- (void)_invokeCommandWithEndpointID:(NSNumber *)endpointID
123
clusterID:(NSNumber *)clusterID
0 commit comments