主要内容

target.UDPChannel 类

命名空间: target

描述 UDP 通信

描述

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

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

属性

全部展开

UDP 服务器的 IP 地址。

特性:

GetAccess
public
SetAccess
public

UDP 端口。

特性:

GetAccess
public
SetAccess
public

版本历史记录

在 R2020b 中推出