RuntimeStreamContentDataList¶
-
class
kanzi::connect::RuntimeStreamContentDataList¶ Wraps a proto-buffer list.
Public Functions
-
RuntimeStreamContentDataList(void *list)¶ C++ constructor.
- Parameters
list – the list to wrap
-
RuntimeStreamContentDataObject
Get(int position)¶ Get item at position.
- Parameters
position – the position where to retrieve from.
- Returns
wrapped object.
-
int
size() const¶ Amount of items within the wrapped list.
- Returns
amount of elements.
-