target.XCPTCPIPTransport - Represent XCP TCP/IP transport protocol layer - MATLAB (original) (raw)
Main Content
Namespace: 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
This code snippet shows how you can use thetarget.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