From 8482226560532b2c061f090c9b325b8c731ce883 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Wed, 8 Mar 2023 13:38:10 -0500 Subject: [PATCH] Update src/app/clusters/scenes/SceneTable.h Co-authored-by: Boris Zbarsky --- src/app/clusters/scenes/SceneTable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/clusters/scenes/SceneTable.h b/src/app/clusters/scenes/SceneTable.h index 5fe40bb4fc255b..5267e26d274143 100644 --- a/src/app/clusters/scenes/SceneTable.h +++ b/src/app/clusters/scenes/SceneTable.h @@ -97,8 +97,8 @@ class SceneHandler /// @param endpoint Target Endpoint /// @param cluster Target Cluster - /// @param serialisedBytes Output buffer, data needs to be writen in there and size adjusted if smaller than - /// kMaxFieldsPerCluster + /// @param serializedBytes Output buffer, data needs to be writen in there and size adjusted to the size of the data written. + /// @return CHIP_NO_ERROR if successful, CHIP_ERROR value otherwise virtual CHIP_ERROR SerializeSave(EndpointId endpoint, ClusterId cluster, MutableByteSpan & serialisedBytes) = 0;