Skip to main contentOpen topic with navigation
CAPL Functions » MOST » mostGetSpyCtrl, mostGetSpyAsync, mostGetSpyEthPkt
mostGetSpyCtrl, mostGetSpyAsync, mostGetSpyEthPkt
Valid for: CANoe DE
Function Syntax
long mostGetSpyCtrl(long channel); // form 1
long mostGetSpyAsync(long channel); // form 2
- MOST150:
long mostGetSpyEthPkt(long channel); // form 3
Description
Determines whether Spy mode for the Control, Asynchronous or Ethernet transmission channel is activated (Return value = 1) or deactivated (Return value = 0).
Parameters
- channel: Channel of the connected interface.
Return Values
Example
—
mostGetChannel • mostSetSpyCtrl, mostSetSpyAsync, mostSetSpyEthPkt