Main Content

target.XCPTCPIPTransport class

Package: target

Represent XCP TCP/IP transport protocol layer

Since R2021a

Description

Use the target.XCPTCPIPTransport class, which inherits functionality from target.XCPTransport, to represent the XCP TCP/IP transport protocol layer for your target hardware.

Examples

collapse all

This code snippet shows how you can use the target.XCPTCPIPTransport class to represent the XCP TCP/IP transport protocol layer for your target hardware.

xcpTCPIPTransport = ...
                    target.create('XCPTCPIPTransport', ...
                    'Name', 'XCP TCPIP Transport');

Version History

Introduced in R2021a