Edit

Share via


CanId Struct

Definition

Represents CAN identifier (11 or 29-bit)

public struct CanId
type CanId = struct
Public Structure CanId
Inheritance
CanId

Properties

Error

Gets error (ERR) flag

Extended

Gets or sets extended (29-bit) identifier

ExtendedFrameFormat

True if extended frame format (EFF) flag is set

IsValid

Checks if identifier is valid: error flag is not set and if address can fit selected format (11/29 bit)

RemoteTransmissionRequest

Gets remote transimission request (RTR) flag

Standard

Gets or sets standard (11-bit) identifier

Value

Gets value of identifier (11 or 29-bit)

Applies to