Add Ping command

This commit is contained in:
2019-03-23 13:33:36 +01:00
parent 233523ca4d
commit 4eff8e32d8
3 changed files with 70 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ namespace PlantBox.Shared.Communication.Commands
/// A class serializable to a <see cref="CommandPacket"/>
/// </summary>
/// <typeparam name="T"></typeparam>
public abstract class CommandSerializable<T>
public abstract class CommandSerializable<T> where T : new()
{
/// <summary>
/// Serialize all the values in a string <see cref="Array"/>,