class documentation
class FinalResultData(RemoteVariableContainer, Generic[
Constructor: FinalResultData(parent, server)
Container for final result data of RemoteSkill and RemoteMethod.
| Method | __init__ |
Create a new instance. Must be asynchronously initialized with init() before use. |
Inherited from RemoteVariableContainer:
| Method | __contains__ |
Whether a variable with given name exists in this container. |
| Method | __getitem__ |
Get a RemoteVariable by the given name. |
| Method | __iter__ |
Iterate over all contained RemoteVariable. |
| Method | __len__ |
Return the number of contained RemoteVariable. |
| Method | dto |
Return the data transfer object. |
| Async Method | read |
Read all contained variables. |
| Async Method | write |
Write all given values to the corresponding variables. |
| Async Method | _browse |
Undocumented |
| Async Method | _init |
Discover our remote variables. |
| Instance Variable | _variables |
Undocumented |