canSetChannelOutput
Valid for: CANoe DE • CANoe:lite DE NoteFunction Syntax
long canSetChannelOutput(long channel, long silent);
Description
Defines the response of the CAN controller to the bus traffic and sets the ACK bit.The CAN transmitter of the channel is switched off. So no Ack bit is generated, and messages can no longer be sent. It is still possible to receive messages.
Parameters
- channel: CAN channel
- silent:
0: silent1: normal
Return Values
- 0: ok
- !=0: error