Skip to content

[TODO] Clock output functionality not implemented #6

@smdn

Description

@smdn

The interface is not definite.

internal interface IClockOutputFunctionality {
ValueTask ConfigureAsClockOutputAsync(
CancellationToken cancellationToken = default
);
void ConfigureAsClockOutput(
CancellationToken cancellationToken = default
);
#if __FUTURE_VERSION
int ClockFrequency { get; set; }
#endif
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions