target.UDPChannel - Describe UDP communication - MATLAB (original) (raw)

Main Content

Namespace: target

Describe UDP communication

Since R2020b

Description

Use the target.UDPChannel class, which inherits functionality fromtarget.CommunicationChannel, to describe User Datagram Protocol (UDP) communication.

To create a target.UDPChannel object, use the target.create function.

Properties

expand all

IP address of the UDP server.

Attributes:

GetAccess public
SetAccess public

UDP port.

Attributes:

GetAccess public
SetAccess public

Version History

Introduced in R2020b