Main Content

target.UDPChannel 类

命名空间: target

描述 UDP 通信

自 R2020b 起

描述

使用 target.UDPChannel 类来描述用户数据报协议 (UDP) 通信,该类继承 target.CommunicationChannel 的功能。

使用 target.create 函数创建 target.UDPChannel 对象。

属性

全部展开

UDP 服务器的 IP 地址。

属性:

GetAccess
public
SetAccess
public

UDP 端口。

属性:

GetAccess
public
SetAccess
public

版本历史记录

在 R2020b 中推出