初始化版本
This commit is contained in:
16
tongxin/NetWorkHelper/UDP/Receive/ReadFileObject.cs
Normal file
16
tongxin/NetWorkHelper/UDP/Receive/ReadFileObject.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace NetWorkHelper
|
||||
{
|
||||
internal class ReadFileObject
|
||||
{
|
||||
public ReadFileObject(int index, byte[] buffer)
|
||||
{
|
||||
Index = index;
|
||||
Buffer = buffer;
|
||||
}
|
||||
|
||||
public int Index { get; set; }
|
||||
|
||||
public byte[] Buffer { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user