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.
- Return
wrapped object.
- Parameters
position: the position where to retrieve from.
-
int
size() const¶ Amount of items within the wrapped list.
- Return
amount of elements.
-