File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,15 @@ class AttributeValueDecoder
54
54
55
55
bool TriedDecode () const { return mTriedDecode ; }
56
56
57
- const Access::SubjectDescriptor & GetSubjectDescriptor () const { return mSubjectDescriptor ; }
57
+ /* *
58
+ * The accessing fabric index for this write interaction.
59
+ */
60
+ FabricIndex AccessingFabricIndex () const { return mSubjectDescriptor .fabricIndex ; }
58
61
59
- FabricIndex AccessingFabricIndex () const { return GetSubjectDescriptor ().fabricIndex ; }
62
+ /* *
63
+ * The accessing subject descriptor for this write interaction.
64
+ */
65
+ const Access::SubjectDescriptor & GetSubjectDescriptor () const { return mSubjectDescriptor ; }
60
66
61
67
private:
62
68
TLV::TLVReader & mReader ;
Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ class AttributeValueEncoder
149
149
150
150
const Access::SubjectDescriptor & GetSubjectDescriptor () const { return mSubjectDescriptor ; }
151
151
152
+ /* *
153
+ * The accessing fabric index for this read or subscribe interaction.
154
+ */
152
155
FabricIndex AccessingFabricIndex () const { return GetSubjectDescriptor ().fabricIndex ; }
153
156
154
157
/* *
You can’t perform that action at this time.
0 commit comments