canFDMessage
Build CAN FD message based on user-specified structure
Description
creates a CAN FD message object from the raw message information.message = canFDMessage(id,extended,datalength)
creates a message using the message definition in the specified database. Because
message = canFDMessage(candb,messagename)ProtocolMode is defined in the message database, you cannot specify
it as an argument to canFDMessage when using a database.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b
See Also
Functions
attachDatabase|canDatabase|canFDChannel|extractAll|extractRecent|extractTime|pack|unpack|transmit|transmitPeriodic