/
CanMsgIoCtl
CanMsgIoCtl
Description
This function allows to control special features of a CAN message.
Prototype
CPU_INT16S CanMsgIoCtl(CPU_INT16S msgId, CPU_INT16U func, void *argp);
Parameter | Meaning |
---|---|
| Device id, returned by |
| Function Code |
| Pointer to argument, specific to the function code |
Additional Information
Function Code | Meaning |
---|---|
| Checks all linked signals of the message for changed status. If a least on signal indicates changed, set the flag to TRUE of the given argument pointer ( |
Return Value
One of the following error codes is returned: CAN_ERR_NONE
, CAN_ERR_IOCTRLFUNC
, CAN_ERR_MSGID
, CAN_ERR_SIGID
or CAN_ERR_NULLPTR
.
Related content
CanMsgInit
CanMsgInit
More like this
CanMsgCreate
CanMsgCreate
More like this
CanMsgRead
CanMsgRead
More like this
CanMsgOpen
CanMsgOpen
More like this
CanMsgDelete
CanMsgDelete
More like this
CanSigInit
CanSigInit
More like this