NetComplexClient.Send 方法 (NetHandle,Byte[]) |
服务器端用于发送字节的方法
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public void Send(
NetHandle customer,
byte[] bytes
)
Public Sub Send (
customer As NetHandle,
bytes As Byte()
)
public:
void Send(
NetHandle customer,
array<unsigned char>^ bytes
)
member Send :
customer : NetHandle *
bytes : byte[] -> unit
参数
- customer
- 类型:HslCommunication.NetHandle
用户自定义的命令头 - bytes
- 类型:System.Byte[]
实际发送的数据
参见