File tree 2 files changed +0
-7
lines changed
src/app/interaction-model
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,6 @@ class Model : public DataModelMetadataTree
77
77
// / When this is invoked, caller is expected to have already done some validations:
78
78
// / - cluster `data version` has been checked for the incoming request if applicable
79
79
// /
80
- // / List operation support:
81
- // / - the first list write will have `request.writeFlags.Has(WriteFlags::kListBegin)`
82
- // / - the last list write will have `request.writeFlags.Has(WriteFlags::kListEnd)`
83
- // / - the last list write MAY have empty data (no list items)
84
- // /
85
80
// / When `request.writeFlags.Has(WriteFlags::kForceInternal)` the request is from an internal app update
86
81
// / and SHOULD bypass some internal checks (like timed enforcement, potentially read-only restrictions)
87
82
// /
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ struct ReadState
67
67
enum class WriteFlags : uint32_t
68
68
{
69
69
kTimed = 0x0001 , // Received as a 2nd command after a timed invoke
70
- kListBegin = 0x0002 , // Flag is for the first write in a list attribute
71
- kListEnd = 0x0004 , // Flag is set for the last write in a list attribute (and that write may be empty)
72
70
};
73
71
74
72
struct WriteAttributeRequest : OperationRequest
You can’t perform that action at this time.
0 commit comments