xcp.Channel Properties
Properties of the xcp.Channel object
Use the following properties to examine or configure
xcp.Channel object settings. Use xcpChannel to create an XCP channel object.
xcp.Channel
This property is read-only.
Name of the server node as specified in the A2L file, returned as a character vector. For example:
xcpch = xcpChannel(a2lfile,'CAN','Vector','Virtual 1',1); sn = xcpch.ServerName
sn =
'CPP'Data Types: char
This property is read-only.
Name of the referenced A2L file, returned as a character vector.
Data Types: char
This property is read-only.
Type of transport layer used for XCP connection, returned as a character vector. For example:
xcpch = xcpChannel(a2lfile,'CAN','Vector','Virtual 1',1); tl = xcpch.TransportLayer
tl =
'CAN'Data Types: char
This property is read-only.
XCP transport layer connection details, including information about the device through which the channel communicates with the server, returned as a structure. For example:
xcpch = xcpChannel(a2lfile,'CAN','Vector','Virtual 1',1); tld = xcpch.TransportLayerDevice
tld =
struct with fields:
Vendor: 'Vector'
Device: 'Virtual 1'
ChannelIndex: 1Data Types: struct
The SeedKeyDLL property indicates the name of the DLL file that
contains the seed and key security algorithm used to unlock an XCP server module. The
file defines the algorithm for generating the access key from a given seed according to
ASAM standard definitions. For information on the file format and API, see the Vector
web page Steps to Use Seed&Key Option in CANape or "Seed and Key Algorithm" in the
NI™
CAN
ECU Measurement and Calibration Toolkit User Manual. Note: The DLL must be the same bitness as MATLAB (64-bit).
Data Types: char
The ConnectMode property specifies if custom connect modes are
allowed. The supported property values are 'normal' (default) and
'user-defined' (allow custom modes). You set this property after
creating the channel object, and before connecting. For example:
xcpch = xcpChannel(a2lfile,'CAN','Vector','Virtual 1',1); xcpch.ConnectMode = 'user-defined'; connect(xcpch);
Data Types: char
Version History
Introduced in R2013aThe xcp.Channel object has a new property called
ConnectMode, to support custom connect modes.
See Also
Functions
Properties
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)