Skip to content

Adjust API of IInputDriver and IOutputDriver #786

@dbeuchler

Description

@dbeuchler

Currently, the inputs and outputs are set by properties or indexer. This is bad to handle for async calls of the driver.

Discuss: replace indexer-API with Task<T> Get/SetValue(CancellationToken cancellationToken = default) to support full async calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions