ADRTunnelRestrictionCode

public enum ADRTunnelRestrictionCode

Specifies if the vehicle should be subjected to ADR tunnel restrictions.

  • b

    Vehicles with code B are restricted from roads with ADR tunnel categories B, C, D, and E.

    Declaration

    Swift

    case b
  • c

    Vehicles with code C are restricted from roads with ADR tunnel categories C, D, and E.

    Declaration

    Swift

    case c
  • d

    Vehicles with code D are restricted from roads with ADR tunnel categories D and E.

    Declaration

    Swift

    case d
  • e

    Vehicles with code E are restricted from roads with ADR tunnel category E.

    Declaration

    Swift

    case e