21 lines
397 B
C#
21 lines
397 B
C#
|
// namespace InnovEnergy.Lib.Channels.V2;
|
||
|
//
|
||
|
// public partial class StreamChannel : IChannel<IReadOnlyList<Byte>>
|
||
|
// {
|
||
|
// public StreamChannel(Stream stream)
|
||
|
// {
|
||
|
// }
|
||
|
//
|
||
|
//
|
||
|
// public Task<IReadOnlyList<Byte>> Read()
|
||
|
// {
|
||
|
//
|
||
|
// }
|
||
|
//
|
||
|
// public Task Write(IReadOnlyList<Byte> tx)
|
||
|
// {
|
||
|
// throw new NotImplementedException();
|
||
|
// }
|
||
|
//
|
||
|
//
|
||
|
// }
|