| PipeTcpNetSendAsync 方法 (Byte, Int32, Int32) | 
 
            将一个数据缓存中的指定的部分字段,发送到当前的管道中去
            Sends the specified partial field from a data cache to the current pipeline
            
 
        命名空间: 
     HslCommunication.Core.Pipe
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public override Task<OperateResult> SendAsync(
	byte[] data,
	int offset,
	int size
)
Public Overrides Function SendAsync ( 
	data As Byte(),
	offset As Integer,
	size As Integer
) As Task(Of OperateResult)
public:
virtual Task<OperateResult^>^ SendAsync(
	array<unsigned char>^ data, 
	int offset, 
	int size
) override
abstract SendAsync : 
        data : byte[] * 
        offset : int * 
        size : int -> Task<OperateResult> 
override SendAsync : 
        data : byte[] * 
        offset : int * 
        size : int -> Task<OperateResult> 参数
- data
- 类型:SystemByte
 等待发送的缓存数据
- offset
- 类型:SystemInt32
 起始偏移的地址
- size
- 类型:SystemInt32
 发送的字节长度信息
返回值
类型:
TaskOperateResult是否发送成功
 参见
参见