25111106 正压压28出货版本
This commit is contained in:
12
tongxin/NetWorkHelper/UDP/IDataCell.cs
Normal file
12
tongxin/NetWorkHelper/UDP/IDataCell.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace NetWorkHelper
|
||||
{
|
||||
/// <summary>
|
||||
/// 消息数据单元接口
|
||||
/// </summary>
|
||||
public interface IDataCell
|
||||
{
|
||||
byte[] ToBuffer();
|
||||
|
||||
void FromBuffer(byte[] buffer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user