Main Content

isConnected

Connection status

Description

example

isConnected(xcpch) returns a logical value to indicate active connection to the server.

Examples

collapse all

Create a new XCP channel and see if it is connected.

a2l = xcpA2L('XCPSIM.a2l')
xcpch = xcpChannel(a2lfile, 'CAN', 'Vector', 'Virtual 1', 1)
isConnected(xcpch)
ans =

     0

Input Arguments

collapse all

XCP channel, specified as an XCP channel object created using xcpChannel. The XCP channel object can then communicate with the specified server module defined by the A2L file.

Version History

Introduced in R2013a

See Also