CanEasy COM-Help
|
Message can be transmitted on a bus. Contains signal for the physical interpretation of its payload.
Definition at line 3998 of file cand_tlb.idl.
HRESULT CanEasy::IMessage::Assign | ( | [in] IMessage * | pMsg | ) |
Assigns the passed message (id, payload) into this message.
HRESULT CanEasy::IMessage::AssignTransmissionData | ( | [in] ITransmissionData * | pTransmission | ) |
Assigns the transmission data (id, payload) into this message.
HRESULT CanEasy::IMessage::FilterPreCopy | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition | ||
) |
Activated PreCopy events for this message. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
HRESULT CanEasy::IMessage::FilterPreTransmit | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition | ||
) |
Activated PreTransmit events for this message. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
HRESULT CanEasy::IMessage::FilterRxConfirm | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition, | ||
VARIANT_BOOL | boAsynch | ||
) |
Deprecated: Activated RxConfirm events for this message. Use TransmissionEvent instead. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
boAsynch | Should be set to true. If set to false the event is called from high prio transmission thread. |
HRESULT CanEasy::IMessage::FilterTxConfirm | ( | [in] BSTR | sFilter, |
[in] BSTR | sId, | ||
[in] enum CallbackPosition | enPosition, | ||
VARIANT_BOOL | boAsynch | ||
) |
Deprecated: Activated TxConfirm events for this message. Use TransmissionEvent instead. See ITransmissionEvent for more help.
sFilter | String filter to reduce the number of events |
sId | Unique identifier name |
enPosition | Deprecated: Priority when event has to be called |
boAsynch | Should be set to true. If set to false the event is called from high prio transmission thread. |
HRESULT CanEasy::IMessage::IsTransmitted | ( | [in] long | timeoutMS, |
[in] enum DirectionFilter | enFilter, | ||
[out, retval] VARIANT_BOOL * | |||
) |
Waits for the transmission of the message
timeoutMS | Timeout in milliseconds to wait |
enFilter | Filter for rx or tx direction |
HRESULT CanEasy::IMessage::Send | ( | ) |
Sends this message
HRESULT CanEasy::IMessage::SetTrsCtrl | ( | [in] BSTR | sText | ) |
Sets the name of the transmission control responsible for sending this message.
|
getset |
True if LIN signal is simulated. If False CanEasy will just send header-frame.
|
getset |
Reference to the bus/channel containing this message
|
get |
Returns on object to get access to the message payload
|
getset |
Activates data change events called asynchrony
|
getset |
Activates events on value change
|
getset |
Byte length of this message.
|
get |
Returns a generic extension by name
sID | Name of the extension |
|
get |
Returns true if the message is a multiplex message contained by another message.
|
get |
Returns the collection for contained multiplex messages
|
get |
Returns an object to get access to the message identifier
|
getset |
Activates/Deactivates PreCopy events for this message
|
getset |
Activates/Deactivates PreTransmit events for this message
|
getset |
Deprecated: Activates/Deactivates RxConfirm events for this message. Use TransmissionEvent instead.
|
get |
Returns collection of contained signal groups
|
get |
Returns a collection to access all contained signals
|
get |
Returns the class to get transmission events.
Example: Use item.TransmissionEvent.Active = true to activate the events.
|
get |
Returns interface to the transmission control.
: Allows to changing transmission parameters at runtime without changing the database.
|
getset |
Deprecated: Activates/Deactivates TxConfirm events for this message. Use TransmissionEvent instead.
|
set |
Activates/Deactivates the transmission of all messages
|
getset |
If True, changes are not written into the database