mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
docs: update XML docs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9426dff5df
commit
fd95f5fed1
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ using System.Text.RegularExpressions;
|
||||||
namespace PepperDash.Core
|
namespace PepperDash.Core
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Helper class for formatting communication text and byte data for debugging purposes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ComTextHelper
|
public class ComTextHelper
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -287,7 +287,7 @@ namespace PepperDash.Core
|
||||||
}
|
}
|
||||||
catch (SshConnectionException e)
|
catch (SshConnectionException e)
|
||||||
{
|
{
|
||||||
var ie = e.InnerException; // The details are inside!!
|
var ie = e.InnerException; // The details are inside!!
|
||||||
|
|
||||||
if (ie is SocketException)
|
if (ie is SocketException)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using System;
|
||||||
namespace PepperDash.Core
|
namespace PepperDash.Core
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The available settings for stream debugging response types
|
/// The available settings for stream debugging data format types
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum eStreamDebuggingDataTypeSettings
|
public enum eStreamDebuggingDataTypeSettings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue