mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 13:36:48 +00:00
docs: XML comments for Devices.Common
This commit is contained in:
parent
a5d409e93a
commit
f9d9df9d5c
115 changed files with 5772 additions and 4292 deletions
|
|
@ -2,15 +2,25 @@
|
|||
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the contract for IHasSelfviewSize
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
/// Defines the contract for IHasSelfviewSize
|
||||
/// </summary>
|
||||
public interface IHasSelfviewSize
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the SelfviewPipSizeFeedback
|
||||
/// </summary>
|
||||
StringFeedback SelfviewPipSizeFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Sets the selfview size
|
||||
/// </summary>
|
||||
/// <param name="size">The new selfview size</param>
|
||||
void SelfviewPipSizeSet(CodecCommandWithLabel size);
|
||||
|
||||
/// <summary>
|
||||
/// Toggles the selfview size
|
||||
/// </summary>
|
||||
void SelfviewPipSizeToggle();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue