FlexRay Objects

class FlexrayVFrReceiveMsgEx(header: vblf.general.ObjectHeader, channel: int, version: int, channel_mask: int, dir_flags: int, client_index: int, cluster_no: int, frame_id: int, header_crc1: int, header_crc2: int, byte_count: int, data_count: int, cycle: int, tag: int, data: int, frame_flags: int, app_parameter: int, frame_crc: int, frame_length_ns: int, frame_id1: int, pdu_offset: int, blf_log_mask: int, reserved: bytes, data_bytes: bytes)[source]

Bases: ObjectWithHeader[ObjectHeader]

Parameters:
header: ObjectHeader
channel: int
version: int
channel_mask: int
dir_flags: int
client_index: int
cluster_no: int
frame_id: int
header_crc1: int
header_crc2: int
byte_count: int
data_count: int
cycle: int
tag: int
data: int
frame_flags: int
app_parameter: int
frame_crc: int
frame_length_ns: int
frame_id1: int
pdu_offset: int
blf_log_mask: int
reserved: bytes
data_bytes: bytes
classmethod unpack(buffer)[source]
Parameters:

buffer (bytes)

Return type:

Self

pack()[source]
Return type:

bytes