package com.iailab.netsdk.lib.enumeration; import com.iailab.netsdk.lib.NetSDKLib; /** * æ ‡å‡†è½¦è¾†ç±»åž‹ * * @author : 260611 * @since : Created in 2021/10/19 20:21 */ public class EM_STANDARD_VEHICLE_TYPE extends NetSDKLib.SdkStructure { /** * 未知 */ public static final int EM_STANDARD_VEHICLE_UNKNOWN = 0; /** * 机动车 */ public static final int EM_STANDARD_VEHICLE_MOTOR = 1; /** * 公交车 */ public static final int EM_STANDARD_VEHICLE_BUS = 2; /** * æ— ç‰ŒæœºåŠ¨è½¦ */ public static final int EM_STANDARD_VEHICLE_UNLICENSED_MOTOR = 3; /** * 大型汽车 */ public static final int EM_STANDARD_VEHICLE_LARGE_CAR = 4; /** * å°åž‹æ±½è½¦ */ public static final int EM_STANDARD_VEHICLE_MICRO_CAR = 5; /** * 使馆汽车 */ public static final int EM_STANDARD_VEHICLE_EMBASSY_CAR = 6; /** * 领馆汽车 */ public static final int EM_STANDARD_VEHICLE_MARGINAL_CAR = 7; /** * 境外汽车 */ public static final int EM_STANDARD_VEHICLE_AREAOUT_CAR = 8; /** * 外ç±æ±½è½¦ */ public static final int EM_STANDARD_VEHICLE_FOREIGN_CAR = 9; /** * 农用è¿è¾“车 */ public static final int EM_STANDARD_VEHICLE_FARM_TRANS_CAR = 10; /** * 拖拉机 */ public static final int EM_STANDARD_VEHICLE_TRACTOR = 11; /** * 挂车 */ public static final int EM_STANDARD_VEHICLE_TRAILER = 12; /** * 教练汽车 */ public static final int EM_STANDARD_VEHICLE_COACH_CAR = 13; /** * 试验汽车 */ public static final int EM_STANDARD_VEHICLE_TRIAL_CAR = 14; /** * 临时入境汽车 */ public static final int EM_STANDARD_VEHICLE_TEMPORARYENTRY_CAR = 15; /** * 临时入境摩托 */ public static final int EM_STANDARD_VEHICLE_TEMPORARYENTRY_MOTORCYCLE = 16; /** * 临时行驶车 */ public static final int EM_STANDARD_VEHICLE_TEMPORARY_STEER_CAR = 17; /** * 大货车 */ public static final int EM_STANDARD_VEHICLE_LARGE_TRUCK = 18; /** * ä¸è´§è½¦ */ public static final int EM_STANDARD_VEHICLE_MID_TRUCK = 19; /** * å°è´§è½¦ */ public static final int EM_STANDARD_VEHICLE_MICRO_TRUCK = 20; /** * é¢åŒ…车 */ public static final int EM_STANDARD_VEHICLE_MICROBUS = 21; /** * 轿车 */ public static final int EM_STANDARD_VEHICLE_SALOON_CAR = 22; /** * å°è½¿è½¦ */ public static final int EM_STANDARD_VEHICLE_CARRIAGE = 23; /** * 微型轿车 */ public static final int EM_STANDARD_VEHICLE_MINI_CARRIAGE = 24; /** * SUV或者MPV */ public static final int EM_STANDARD_VEHICLE_SUV_MPV = 25; /** * SUV */ public static final int EM_STANDARD_VEHICLE_SUV = 26; /** * MPV */ public static final int EM_STANDARD_VEHICLE_MPV = 27; /** * 客车 */ public static final int EM_STANDARD_VEHICLE_PASSENGER_CAR = 28; /** * 大客车 */ public static final int EM_STANDARD_VEHICLE_MOTOR_BUS = 29; /** * ä¸å®¢è½¦ */ public static final int EM_STANDARD_VEHICLE_MID_PASSENGER_CAR = 30; /** * å°å®¢è½¦ */ public static final int EM_STANDARD_VEHICLE_MINI_BUS = 31; /** * çš®å¡è½¦ */ public static final int EM_STANDARD_VEHICLE_PICKUP = 32; /** * æ²¹ç½è½¦ */ public static final int EM_STANDARD_VEHICLE_OILTANK_TRUCK = 33; }