Struct ISend#

Inheritance Relationships#

Derived Types#

Struct Documentation#

struct ISend#

Interface to send CAN messagee.

Subclassed by CCANSilKit, CCANSimulation, CCANSockets

Public Functions

virtual void Send(const SMessage &sMsg, uint32_t uiIfcIndex) = 0#

Send a CAN message.

Parameters:
  • sMsg[in] Message that is to be sent.

  • uiIfcIndex[in] Interface index to use for sending.

void Send (in SMessage sMsg, in uint32 uiIfcIndex)

Send a CAN message.

Parameters:
  • sMsg[in] Message that is to be sent.

  • uiIfcIndex[in] Interface index to use for sending.

Public Static Attributes

static ::sdv::interface_id _id = 0xB584826CA143EA1B#

Interface ID.