mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 10:58:28 +00:00
Clarify CecPortController subscription XML comment
This commit is contained in:
parent
fbf4c56403
commit
36c15b8d95
1 changed files with 3 additions and 3 deletions
|
|
@ -75,9 +75,9 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
/// <summary>
|
||||
/// Subscribes to the CEC change event once <see cref="ICec.StreamCec"/> is available.
|
||||
/// Safe to call repeatedly; the subscription is only wired a single time. This allows the
|
||||
/// receive path to self-heal if StreamCec was null at construction (e.g. the underlying
|
||||
/// device had not yet come online).
|
||||
/// Safe to call repeatedly; the subscription is only wired a single time.
|
||||
/// If StreamCec is null during construction, this is retried when send methods invoke
|
||||
/// this method later.
|
||||
/// </summary>
|
||||
void TryEnsureCecSubscription()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue