mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 03:01:32 +00:00
10 lines
180 B
C#
10 lines
180 B
C#
using System;
|
|
|
|
namespace Cosmos.Debug.Common
|
|
{
|
|
partial class DebugConnector
|
|
{
|
|
protected abstract void Next(int aPacketSize, Action<byte[]> aCompleted);
|
|
|
|
}
|
|
}
|