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

interface LinFrameFlags {
    flags: LinFrameFlag[];
}

Properties

Properties

flags: LinFrameFlag[]