docs: complete XML documentation for all projects with inheritdoc tags

Co-authored-by: andrew-welker <1765622+andrew-welker@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-22 15:53:01 +00:00
parent 260677a37f
commit 7987eb8f9b
485 changed files with 8099 additions and 2490 deletions

View File

@@ -8,6 +8,9 @@ using DisplayBase = PepperDash.Essentials.Devices.Common.Displays.DisplayBase;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a DisplayBaseMessenger
/// </summary>
public class DisplayBaseMessenger : MessengerBase
{
private readonly DisplayBase display;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a IChannelMessenger
/// </summary>
public class IChannelMessenger : MessengerBase
{
private readonly IChannel channelDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a IColorMessenger
/// </summary>
public class IColorMessenger : MessengerBase
{
private readonly IColor colorDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a IDPadMessenger
/// </summary>
public class IDPadMessenger : MessengerBase
{
private readonly IDPad dpadDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a IDvrMessenger
/// </summary>
public class IDvrMessenger : MessengerBase
{
private readonly IDvr dvrDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a IHasPowerMessenger
/// </summary>
public class IHasPowerMessenger : MessengerBase
{
private readonly IHasPowerControl powerDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a INumericKeypadMessenger
/// </summary>
public class INumericKeypadMessenger : MessengerBase
{
private readonly INumericKeypad keypadDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a ISetTopBoxControlsMessenger
/// </summary>
public class ISetTopBoxControlsMessenger : MessengerBase
{
private readonly ISetTopBoxControls stbDevice;

View File

@@ -4,6 +4,9 @@ using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Room.MobileControl
{
/// <summary>
/// Represents a ITransportMessenger
/// </summary>
public class ITransportMessenger : MessengerBase
{
private readonly ITransport transportDevice;