A message holding a combination of CanFrameFlag enums. This is a work-around since it's not possible to use repeated fields as oneof fields.

interface CanFrameFlags {
    flags: CanFrameFlag[];
}

Properties

Properties

flags: CanFrameFlag[]