 | UdpSenderSendData 方法 |
Sweet 开发框架
发送数据
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void SendData(
byte[] Data
)
Public Sub SendData (
Data As Byte()
)
member SendData :
Data : byte[] -> unit
参数
- Data
- 类型:SystemByte
数据
参见