public static ushort? Number()

in plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxDatapointType.cs [385:1449]


        public static ushort? Number(this KnxDatapointType value)
        {
            switch (value)
            {
                case KnxDatapointType.DPT_UNKNOWN: { /* '0' */
                    return 0;
                }
                case KnxDatapointType.BOOL: { /* '1' */
                    return 0;
                }
                case KnxDatapointType.UDINT: { /* '10' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Tempd: { /* '100' */
                    return 2;
                }
                case KnxDatapointType.DPT_Value_Tempa: { /* '101' */
                    return 3;
                }
                case KnxDatapointType.DPT_Value_Lux: { /* '102' */
                    return 4;
                }
                case KnxDatapointType.DPT_Value_Wsp: { /* '103' */
                    return 5;
                }
                case KnxDatapointType.DPT_Value_Pres: { /* '104' */
                    return 6;
                }
                case KnxDatapointType.DPT_Value_Humidity: { /* '105' */
                    return 7;
                }
                case KnxDatapointType.DPT_Value_AirQuality: { /* '106' */
                    return 8;
                }
                case KnxDatapointType.DPT_Value_AirFlow: { /* '107' */
                    return 9;
                }
                case KnxDatapointType.DPT_Value_Time1: { /* '108' */
                    return 10;
                }
                case KnxDatapointType.DPT_Value_Time2: { /* '109' */
                    return 11;
                }
                case KnxDatapointType.DINT: { /* '11' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Volt: { /* '110' */
                    return 20;
                }
                case KnxDatapointType.DPT_Value_Curr: { /* '111' */
                    return 21;
                }
                case KnxDatapointType.DPT_PowerDensity: { /* '112' */
                    return 22;
                }
                case KnxDatapointType.DPT_KelvinPerPercent: { /* '113' */
                    return 23;
                }
                case KnxDatapointType.DPT_Power: { /* '114' */
                    return 24;
                }
                case KnxDatapointType.DPT_Value_Volume_Flow: { /* '115' */
                    return 25;
                }
                case KnxDatapointType.DPT_Rain_Amount: { /* '116' */
                    return 26;
                }
                case KnxDatapointType.DPT_Value_Temp_F: { /* '117' */
                    return 27;
                }
                case KnxDatapointType.DPT_Value_Wsp_kmh: { /* '118' */
                    return 28;
                }
                case KnxDatapointType.DPT_Value_Absolute_Humidity: { /* '119' */
                    return 29;
                }
                case KnxDatapointType.ULINT: { /* '12' */
                    return 0;
                }
                case KnxDatapointType.DPT_Concentration_ygm3: { /* '120' */
                    return 30;
                }
                case KnxDatapointType.DPT_Coefficient: { /* '121' */
                    return 31;
                }
                case KnxDatapointType.DPT_TimeOfDay: { /* '122' */
                    return 1;
                }
                case KnxDatapointType.DPT_Date: { /* '123' */
                    return 1;
                }
                case KnxDatapointType.DPT_Value_4_Ucount: { /* '124' */
                    return 1;
                }
                case KnxDatapointType.DPT_LongTimePeriod_Sec: { /* '125' */
                    return 100;
                }
                case KnxDatapointType.DPT_LongTimePeriod_Min: { /* '126' */
                    return 101;
                }
                case KnxDatapointType.DPT_LongTimePeriod_Hrs: { /* '127' */
                    return 102;
                }
                case KnxDatapointType.DPT_VolumeLiquid_Litre: { /* '128' */
                    return 1200;
                }
                case KnxDatapointType.DPT_Volume_m_3: { /* '129' */
                    return 1201;
                }
                case KnxDatapointType.LINT: { /* '13' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_4_Count: { /* '130' */
                    return 1;
                }
                case KnxDatapointType.DPT_FlowRate_m3h: { /* '131' */
                    return 2;
                }
                case KnxDatapointType.DPT_ActiveEnergy: { /* '132' */
                    return 10;
                }
                case KnxDatapointType.DPT_ApparentEnergy: { /* '133' */
                    return 11;
                }
                case KnxDatapointType.DPT_ReactiveEnergy: { /* '134' */
                    return 12;
                }
                case KnxDatapointType.DPT_ActiveEnergy_kWh: { /* '135' */
                    return 13;
                }
                case KnxDatapointType.DPT_ApparentEnergy_kVAh: { /* '136' */
                    return 14;
                }
                case KnxDatapointType.DPT_ReactiveEnergy_kVARh: { /* '137' */
                    return 15;
                }
                case KnxDatapointType.DPT_ActiveEnergy_MWh: { /* '138' */
                    return 16;
                }
                case KnxDatapointType.DPT_LongDeltaTimeSec: { /* '139' */
                    return 100;
                }
                case KnxDatapointType.REAL: { /* '14' */
                    return 0;
                }
                case KnxDatapointType.DPT_DeltaVolumeLiquid_Litre: { /* '140' */
                    return 1200;
                }
                case KnxDatapointType.DPT_DeltaVolume_m_3: { /* '141' */
                    return 1201;
                }
                case KnxDatapointType.DPT_Value_Acceleration: { /* '142' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Acceleration_Angular: { /* '143' */
                    return 1;
                }
                case KnxDatapointType.DPT_Value_Activation_Energy: { /* '144' */
                    return 2;
                }
                case KnxDatapointType.DPT_Value_Activity: { /* '145' */
                    return 3;
                }
                case KnxDatapointType.DPT_Value_Mol: { /* '146' */
                    return 4;
                }
                case KnxDatapointType.DPT_Value_Amplitude: { /* '147' */
                    return 5;
                }
                case KnxDatapointType.DPT_Value_AngleRad: { /* '148' */
                    return 6;
                }
                case KnxDatapointType.DPT_Value_AngleDeg: { /* '149' */
                    return 7;
                }
                case KnxDatapointType.LREAL: { /* '15' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Angular_Momentum: { /* '150' */
                    return 8;
                }
                case KnxDatapointType.DPT_Value_Angular_Velocity: { /* '151' */
                    return 9;
                }
                case KnxDatapointType.DPT_Value_Area: { /* '152' */
                    return 10;
                }
                case KnxDatapointType.DPT_Value_Capacitance: { /* '153' */
                    return 11;
                }
                case KnxDatapointType.DPT_Value_Charge_DensitySurface: { /* '154' */
                    return 12;
                }
                case KnxDatapointType.DPT_Value_Charge_DensityVolume: { /* '155' */
                    return 13;
                }
                case KnxDatapointType.DPT_Value_Compressibility: { /* '156' */
                    return 14;
                }
                case KnxDatapointType.DPT_Value_Conductance: { /* '157' */
                    return 15;
                }
                case KnxDatapointType.DPT_Value_Electrical_Conductivity: { /* '158' */
                    return 16;
                }
                case KnxDatapointType.DPT_Value_Density: { /* '159' */
                    return 17;
                }
                case KnxDatapointType.CHAR: { /* '16' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Electric_Charge: { /* '160' */
                    return 18;
                }
                case KnxDatapointType.DPT_Value_Electric_Current: { /* '161' */
                    return 19;
                }
                case KnxDatapointType.DPT_Value_Electric_CurrentDensity: { /* '162' */
                    return 20;
                }
                case KnxDatapointType.DPT_Value_Electric_DipoleMoment: { /* '163' */
                    return 21;
                }
                case KnxDatapointType.DPT_Value_Electric_Displacement: { /* '164' */
                    return 22;
                }
                case KnxDatapointType.DPT_Value_Electric_FieldStrength: { /* '165' */
                    return 23;
                }
                case KnxDatapointType.DPT_Value_Electric_Flux: { /* '166' */
                    return 24;
                }
                case KnxDatapointType.DPT_Value_Electric_FluxDensity: { /* '167' */
                    return 25;
                }
                case KnxDatapointType.DPT_Value_Electric_Polarization: { /* '168' */
                    return 26;
                }
                case KnxDatapointType.DPT_Value_Electric_Potential: { /* '169' */
                    return 27;
                }
                case KnxDatapointType.WCHAR: { /* '17' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Electric_PotentialDifference: { /* '170' */
                    return 28;
                }
                case KnxDatapointType.DPT_Value_ElectromagneticMoment: { /* '171' */
                    return 29;
                }
                case KnxDatapointType.DPT_Value_Electromotive_Force: { /* '172' */
                    return 30;
                }
                case KnxDatapointType.DPT_Value_Energy: { /* '173' */
                    return 31;
                }
                case KnxDatapointType.DPT_Value_Force: { /* '174' */
                    return 32;
                }
                case KnxDatapointType.DPT_Value_Frequency: { /* '175' */
                    return 33;
                }
                case KnxDatapointType.DPT_Value_Angular_Frequency: { /* '176' */
                    return 34;
                }
                case KnxDatapointType.DPT_Value_Heat_Capacity: { /* '177' */
                    return 35;
                }
                case KnxDatapointType.DPT_Value_Heat_FlowRate: { /* '178' */
                    return 36;
                }
                case KnxDatapointType.DPT_Value_Heat_Quantity: { /* '179' */
                    return 37;
                }
                case KnxDatapointType.STRING: { /* '18' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Impedance: { /* '180' */
                    return 38;
                }
                case KnxDatapointType.DPT_Value_Length: { /* '181' */
                    return 39;
                }
                case KnxDatapointType.DPT_Value_Light_Quantity: { /* '182' */
                    return 40;
                }
                case KnxDatapointType.DPT_Value_Luminance: { /* '183' */
                    return 41;
                }
                case KnxDatapointType.DPT_Value_Luminous_Flux: { /* '184' */
                    return 42;
                }
                case KnxDatapointType.DPT_Value_Luminous_Intensity: { /* '185' */
                    return 43;
                }
                case KnxDatapointType.DPT_Value_Magnetic_FieldStrength: { /* '186' */
                    return 44;
                }
                case KnxDatapointType.DPT_Value_Magnetic_Flux: { /* '187' */
                    return 45;
                }
                case KnxDatapointType.DPT_Value_Magnetic_FluxDensity: { /* '188' */
                    return 46;
                }
                case KnxDatapointType.DPT_Value_Magnetic_Moment: { /* '189' */
                    return 47;
                }
                case KnxDatapointType.WSTRING: { /* '19' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Magnetic_Polarization: { /* '190' */
                    return 48;
                }
                case KnxDatapointType.DPT_Value_Magnetization: { /* '191' */
                    return 49;
                }
                case KnxDatapointType.DPT_Value_MagnetomotiveForce: { /* '192' */
                    return 50;
                }
                case KnxDatapointType.DPT_Value_Mass: { /* '193' */
                    return 51;
                }
                case KnxDatapointType.DPT_Value_MassFlux: { /* '194' */
                    return 52;
                }
                case KnxDatapointType.DPT_Value_Momentum: { /* '195' */
                    return 53;
                }
                case KnxDatapointType.DPT_Value_Phase_AngleRad: { /* '196' */
                    return 54;
                }
                case KnxDatapointType.DPT_Value_Phase_AngleDeg: { /* '197' */
                    return 55;
                }
                case KnxDatapointType.DPT_Value_Power: { /* '198' */
                    return 56;
                }
                case KnxDatapointType.DPT_Value_Power_Factor: { /* '199' */
                    return 57;
                }
                case KnxDatapointType.BYTE: { /* '2' */
                    return 0;
                }
                case KnxDatapointType.TIME: { /* '20' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Pressure: { /* '200' */
                    return 58;
                }
                case KnxDatapointType.DPT_Value_Reactance: { /* '201' */
                    return 59;
                }
                case KnxDatapointType.DPT_Value_Resistance: { /* '202' */
                    return 60;
                }
                case KnxDatapointType.DPT_Value_Resistivity: { /* '203' */
                    return 61;
                }
                case KnxDatapointType.DPT_Value_SelfInductance: { /* '204' */
                    return 62;
                }
                case KnxDatapointType.DPT_Value_SolidAngle: { /* '205' */
                    return 63;
                }
                case KnxDatapointType.DPT_Value_Sound_Intensity: { /* '206' */
                    return 64;
                }
                case KnxDatapointType.DPT_Value_Speed: { /* '207' */
                    return 65;
                }
                case KnxDatapointType.DPT_Value_Stress: { /* '208' */
                    return 66;
                }
                case KnxDatapointType.DPT_Value_Surface_Tension: { /* '209' */
                    return 67;
                }
                case KnxDatapointType.LTIME: { /* '21' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Common_Temperature: { /* '210' */
                    return 68;
                }
                case KnxDatapointType.DPT_Value_Absolute_Temperature: { /* '211' */
                    return 69;
                }
                case KnxDatapointType.DPT_Value_TemperatureDifference: { /* '212' */
                    return 70;
                }
                case KnxDatapointType.DPT_Value_Thermal_Capacity: { /* '213' */
                    return 71;
                }
                case KnxDatapointType.DPT_Value_Thermal_Conductivity: { /* '214' */
                    return 72;
                }
                case KnxDatapointType.DPT_Value_ThermoelectricPower: { /* '215' */
                    return 73;
                }
                case KnxDatapointType.DPT_Value_Time: { /* '216' */
                    return 74;
                }
                case KnxDatapointType.DPT_Value_Torque: { /* '217' */
                    return 75;
                }
                case KnxDatapointType.DPT_Value_Volume: { /* '218' */
                    return 76;
                }
                case KnxDatapointType.DPT_Value_Volume_Flux: { /* '219' */
                    return 77;
                }
                case KnxDatapointType.DATE: { /* '22' */
                    return 0;
                }
                case KnxDatapointType.DPT_Value_Weight: { /* '220' */
                    return 78;
                }
                case KnxDatapointType.DPT_Value_Work: { /* '221' */
                    return 79;
                }
                case KnxDatapointType.DPT_Value_ApparentPower: { /* '222' */
                    return 80;
                }
                case KnxDatapointType.DPT_Volume_Flux_Meter: { /* '223' */
                    return 1200;
                }
                case KnxDatapointType.DPT_Volume_Flux_ls: { /* '224' */
                    return 1201;
                }
                case KnxDatapointType.DPT_Access_Data: { /* '225' */
                    return 0;
                }
                case KnxDatapointType.DPT_String_ASCII: { /* '226' */
                    return 0;
                }
                case KnxDatapointType.DPT_String_8859_1: { /* '227' */
                    return 1;
                }
                case KnxDatapointType.DPT_SceneNumber: { /* '228' */
                    return 1;
                }
                case KnxDatapointType.DPT_SceneControl: { /* '229' */
                    return 1;
                }
                case KnxDatapointType.TIME_OF_DAY: { /* '23' */
                    return 0;
                }
                case KnxDatapointType.DPT_DateTime: { /* '230' */
                    return 1;
                }
                case KnxDatapointType.DPT_SCLOMode: { /* '231' */
                    return 1;
                }
                case KnxDatapointType.DPT_BuildingMode: { /* '232' */
                    return 2;
                }
                case KnxDatapointType.DPT_OccMode: { /* '233' */
                    return 3;
                }
                case KnxDatapointType.DPT_Priority: { /* '234' */
                    return 4;
                }
                case KnxDatapointType.DPT_LightApplicationMode: { /* '235' */
                    return 5;
                }
                case KnxDatapointType.DPT_ApplicationArea: { /* '236' */
                    return 6;
                }
                case KnxDatapointType.DPT_AlarmClassType: { /* '237' */
                    return 7;
                }
                case KnxDatapointType.DPT_PSUMode: { /* '238' */
                    return 8;
                }
                case KnxDatapointType.DPT_ErrorClass_System: { /* '239' */
                    return 11;
                }
                case KnxDatapointType.TOD: { /* '24' */
                    return 0;
                }
                case KnxDatapointType.DPT_ErrorClass_HVAC: { /* '240' */
                    return 12;
                }
                case KnxDatapointType.DPT_Time_Delay: { /* '241' */
                    return 13;
                }
                case KnxDatapointType.DPT_Beaufort_Wind_Force_Scale: { /* '242' */
                    return 14;
                }
                case KnxDatapointType.DPT_SensorSelect: { /* '243' */
                    return 17;
                }
                case KnxDatapointType.DPT_ActuatorConnectType: { /* '244' */
                    return 20;
                }
                case KnxDatapointType.DPT_Cloud_Cover: { /* '245' */
                    return 21;
                }
                case KnxDatapointType.DPT_PowerReturnMode: { /* '246' */
                    return 22;
                }
                case KnxDatapointType.DPT_FuelType: { /* '247' */
                    return 100;
                }
                case KnxDatapointType.DPT_BurnerType: { /* '248' */
                    return 101;
                }
                case KnxDatapointType.DPT_HVACMode: { /* '249' */
                    return 102;
                }
                case KnxDatapointType.DATE_AND_TIME: { /* '25' */
                    return 0;
                }
                case KnxDatapointType.DPT_DHWMode: { /* '250' */
                    return 103;
                }
                case KnxDatapointType.DPT_LoadPriority: { /* '251' */
                    return 104;
                }
                case KnxDatapointType.DPT_HVACContrMode: { /* '252' */
                    return 105;
                }
                case KnxDatapointType.DPT_HVACEmergMode: { /* '253' */
                    return 106;
                }
                case KnxDatapointType.DPT_ChangeoverMode: { /* '254' */
                    return 107;
                }
                case KnxDatapointType.DPT_ValveMode: { /* '255' */
                    return 108;
                }
                case KnxDatapointType.DPT_DamperMode: { /* '256' */
                    return 109;
                }
                case KnxDatapointType.DPT_HeaterMode: { /* '257' */
                    return 110;
                }
                case KnxDatapointType.DPT_FanMode: { /* '258' */
                    return 111;
                }
                case KnxDatapointType.DPT_MasterSlaveMode: { /* '259' */
                    return 112;
                }
                case KnxDatapointType.DT: { /* '26' */
                    return 0;
                }
                case KnxDatapointType.DPT_StatusRoomSetp: { /* '260' */
                    return 113;
                }
                case KnxDatapointType.DPT_Metering_DeviceType: { /* '261' */
                    return 114;
                }
                case KnxDatapointType.DPT_HumDehumMode: { /* '262' */
                    return 115;
                }
                case KnxDatapointType.DPT_EnableHCStage: { /* '263' */
                    return 116;
                }
                case KnxDatapointType.DPT_ADAType: { /* '264' */
                    return 120;
                }
                case KnxDatapointType.DPT_BackupMode: { /* '265' */
                    return 121;
                }
                case KnxDatapointType.DPT_StartSynchronization: { /* '266' */
                    return 122;
                }
                case KnxDatapointType.DPT_Behaviour_Lock_Unlock: { /* '267' */
                    return 600;
                }
                case KnxDatapointType.DPT_Behaviour_Bus_Power_Up_Down: { /* '268' */
                    return 601;
                }
                case KnxDatapointType.DPT_DALI_Fade_Time: { /* '269' */
                    return 602;
                }
                case KnxDatapointType.DPT_Switch: { /* '27' */
                    return 1;
                }
                case KnxDatapointType.DPT_BlinkingMode: { /* '270' */
                    return 603;
                }
                case KnxDatapointType.DPT_LightControlMode: { /* '271' */
                    return 604;
                }
                case KnxDatapointType.DPT_SwitchPBModel: { /* '272' */
                    return 605;
                }
                case KnxDatapointType.DPT_PBAction: { /* '273' */
                    return 606;
                }
                case KnxDatapointType.DPT_DimmPBModel: { /* '274' */
                    return 607;
                }
                case KnxDatapointType.DPT_SwitchOnMode: { /* '275' */
                    return 608;
                }
                case KnxDatapointType.DPT_LoadTypeSet: { /* '276' */
                    return 609;
                }
                case KnxDatapointType.DPT_LoadTypeDetected: { /* '277' */
                    return 610;
                }
                case KnxDatapointType.DPT_Converter_Test_Control: { /* '278' */
                    return 611;
                }
                case KnxDatapointType.DPT_Converter_Control: { /* '279' */
                    return 612;
                }
                case KnxDatapointType.DPT_Bool: { /* '28' */
                    return 2;
                }
                case KnxDatapointType.DPT_SABExcept_Behaviour: { /* '280' */
                    return 801;
                }
                case KnxDatapointType.DPT_SABBehaviour_Lock_Unlock: { /* '281' */
                    return 802;
                }
                case KnxDatapointType.DPT_SSSBMode: { /* '282' */
                    return 803;
                }
                case KnxDatapointType.DPT_BlindsControlMode: { /* '283' */
                    return 804;
                }
                case KnxDatapointType.DPT_CommMode: { /* '284' */
                    return 1000;
                }
                case KnxDatapointType.DPT_AddInfoTypes: { /* '285' */
                    return 1001;
                }
                case KnxDatapointType.DPT_RF_ModeSelect: { /* '286' */
                    return 1002;
                }
                case KnxDatapointType.DPT_RF_FilterSelect: { /* '287' */
                    return 1003;
                }
                case KnxDatapointType.DPT_StatusGen: { /* '288' */
                    return 1;
                }
                case KnxDatapointType.DPT_Device_Control: { /* '289' */
                    return 2;
                }
                case KnxDatapointType.DPT_Enable: { /* '29' */
                    return 3;
                }
                case KnxDatapointType.DPT_ForceSign: { /* '290' */
                    return 100;
                }
                case KnxDatapointType.DPT_ForceSignCool: { /* '291' */
                    return 101;
                }
                case KnxDatapointType.DPT_StatusRHC: { /* '292' */
                    return 102;
                }
                case KnxDatapointType.DPT_StatusSDHWC: { /* '293' */
                    return 103;
                }
                case KnxDatapointType.DPT_FuelTypeSet: { /* '294' */
                    return 104;
                }
                case KnxDatapointType.DPT_StatusRCC: { /* '295' */
                    return 105;
                }
                case KnxDatapointType.DPT_StatusAHU: { /* '296' */
                    return 106;
                }
                case KnxDatapointType.DPT_CombinedStatus_RTSM: { /* '297' */
                    return 107;
                }
                case KnxDatapointType.DPT_LightActuatorErrorInfo: { /* '298' */
                    return 601;
                }
                case KnxDatapointType.DPT_RF_ModeInfo: { /* '299' */
                    return 1000;
                }
                case KnxDatapointType.WORD: { /* '3' */
                    return 0;
                }
                case KnxDatapointType.DPT_Ramp: { /* '30' */
                    return 4;
                }
                case KnxDatapointType.DPT_RF_FilterInfo: { /* '300' */
                    return 1001;
                }
                case KnxDatapointType.DPT_Channel_Activation_8: { /* '301' */
                    return 1010;
                }
                case KnxDatapointType.DPT_StatusDHWC: { /* '302' */
                    return 100;
                }
                case KnxDatapointType.DPT_StatusRHCC: { /* '303' */
                    return 101;
                }
                case KnxDatapointType.DPT_CombinedStatus_HVA: { /* '304' */
                    return 102;
                }
                case KnxDatapointType.DPT_CombinedStatus_RTC: { /* '305' */
                    return 103;
                }
                case KnxDatapointType.DPT_Media: { /* '306' */
                    return 1000;
                }
                case KnxDatapointType.DPT_Channel_Activation_16: { /* '307' */
                    return 1010;
                }
                case KnxDatapointType.DPT_OnOffAction: { /* '308' */
                    return 1;
                }
                case KnxDatapointType.DPT_Alarm_Reaction: { /* '309' */
                    return 2;
                }
                case KnxDatapointType.DPT_Alarm: { /* '31' */
                    return 5;
                }
                case KnxDatapointType.DPT_UpDown_Action: { /* '310' */
                    return 3;
                }
                case KnxDatapointType.DPT_HVAC_PB_Action: { /* '311' */
                    return 102;
                }
                case KnxDatapointType.DPT_DoubleNibble: { /* '312' */
                    return 1000;
                }
                case KnxDatapointType.DPT_SceneInfo: { /* '313' */
                    return 1;
                }
                case KnxDatapointType.DPT_CombinedInfoOnOff: { /* '314' */
                    return 1;
                }
                case KnxDatapointType.DPT_ActiveEnergy_V64: { /* '315' */
                    return 10;
                }
                case KnxDatapointType.DPT_ApparentEnergy_V64: { /* '316' */
                    return 11;
                }
                case KnxDatapointType.DPT_ReactiveEnergy_V64: { /* '317' */
                    return 12;
                }
                case KnxDatapointType.DPT_Channel_Activation_24: { /* '318' */
                    return 1010;
                }
                case KnxDatapointType.DPT_HVACModeNext: { /* '319' */
                    return 100;
                }
                case KnxDatapointType.DPT_BinaryValue: { /* '32' */
                    return 6;
                }
                case KnxDatapointType.DPT_DHWModeNext: { /* '320' */
                    return 102;
                }
                case KnxDatapointType.DPT_OccModeNext: { /* '321' */
                    return 104;
                }
                case KnxDatapointType.DPT_BuildingModeNext: { /* '322' */
                    return 105;
                }
                case KnxDatapointType.DPT_StatusLightingActuator: { /* '323' */
                    return 600;
                }
                case KnxDatapointType.DPT_Version: { /* '324' */
                    return 1;
                }
                case KnxDatapointType.DPT_AlarmInfo: { /* '325' */
                    return 1;
                }
                case KnxDatapointType.DPT_TempRoomSetpSetF16_3: { /* '326' */
                    return 100;
                }
                case KnxDatapointType.DPT_TempRoomSetpSetShiftF16_3: { /* '327' */
                    return 101;
                }
                case KnxDatapointType.DPT_Scaling_Speed: { /* '328' */
                    return 1;
                }
                case KnxDatapointType.DPT_Scaling_Step_Time: { /* '329' */
                    return 2;
                }
                case KnxDatapointType.DPT_Step: { /* '33' */
                    return 7;
                }
                case KnxDatapointType.DPT_MeteringValue: { /* '330' */
                    return 1;
                }
                case KnxDatapointType.DPT_MBus_Address: { /* '331' */
                    return 1000;
                }
                case KnxDatapointType.DPT_Colour_RGB: { /* '332' */
                    return 600;
                }
                case KnxDatapointType.DPT_LanguageCodeAlpha2_ASCII: { /* '333' */
                    return 1;
                }
                case KnxDatapointType.DPT_Tariff_ActiveEnergy: { /* '334' */
                    return 1;
                }
                case KnxDatapointType.DPT_Prioritised_Mode_Control: { /* '335' */
                    return 1;
                }
                case KnxDatapointType.DPT_DALI_Control_Gear_Diagnostic: { /* '336' */
                    return 600;
                }
                case KnxDatapointType.DPT_DALI_Diagnostics: { /* '337' */
                    return 600;
                }
                case KnxDatapointType.DPT_CombinedPosition: { /* '338' */
                    return 800;
                }
                case KnxDatapointType.DPT_StatusSAB: { /* '339' */
                    return 800;
                }
                case KnxDatapointType.DPT_UpDown: { /* '34' */
                    return 8;
                }
                case KnxDatapointType.DPT_Colour_xyY: { /* '340' */
                    return 600;
                }
                case KnxDatapointType.DPT_Converter_Status: { /* '341' */
                    return 600;
                }
                case KnxDatapointType.DPT_Converter_Test_Result: { /* '342' */
                    return 600;
                }
                case KnxDatapointType.DPT_Battery_Info: { /* '343' */
                    return 600;
                }
                case KnxDatapointType.DPT_Brightness_Colour_Temperature_Transition: { /* '344' */
                    return 600;
                }
                case KnxDatapointType.DPT_Brightness_Colour_Temperature_Control: { /* '345' */
                    return 600;
                }
                case KnxDatapointType.DPT_Colour_RGBW: { /* '346' */
                    return 600;
                }
                case KnxDatapointType.DPT_Relative_Control_RGBW: { /* '347' */
                    return 600;
                }
                case KnxDatapointType.DPT_Relative_Control_RGB: { /* '348' */
                    return 600;
                }
                case KnxDatapointType.DPT_GeographicalLocation: { /* '349' */
                    return 1;
                }
                case KnxDatapointType.DPT_OpenClose: { /* '35' */
                    return 9;
                }
                case KnxDatapointType.DPT_TempRoomSetpSetF16_4: { /* '350' */
                    return 100;
                }
                case KnxDatapointType.DPT_TempRoomSetpSetShiftF16_4: { /* '351' */
                    return 101;
                }
                case KnxDatapointType.DPT_Start: { /* '36' */
                    return 10;
                }
                case KnxDatapointType.DPT_State: { /* '37' */
                    return 11;
                }
                case KnxDatapointType.DPT_Invert: { /* '38' */
                    return 12;
                }
                case KnxDatapointType.DPT_DimSendStyle: { /* '39' */
                    return 13;
                }
                case KnxDatapointType.DWORD: { /* '4' */
                    return 0;
                }
                case KnxDatapointType.DPT_InputSource: { /* '40' */
                    return 14;
                }
                case KnxDatapointType.DPT_Reset: { /* '41' */
                    return 15;
                }
                case KnxDatapointType.DPT_Ack: { /* '42' */
                    return 16;
                }
                case KnxDatapointType.DPT_Trigger: { /* '43' */
                    return 17;
                }
                case KnxDatapointType.DPT_Occupancy: { /* '44' */
                    return 18;
                }
                case KnxDatapointType.DPT_Window_Door: { /* '45' */
                    return 19;
                }
                case KnxDatapointType.DPT_LogicalFunction: { /* '46' */
                    return 21;
                }
                case KnxDatapointType.DPT_Scene_AB: { /* '47' */
                    return 22;
                }
                case KnxDatapointType.DPT_ShutterBlinds_Mode: { /* '48' */
                    return 23;
                }
                case KnxDatapointType.DPT_DayNight: { /* '49' */
                    return 24;
                }
                case KnxDatapointType.LWORD: { /* '5' */
                    return 0;
                }
                case KnxDatapointType.DPT_Heat_Cool: { /* '50' */
                    return 100;
                }
                case KnxDatapointType.DPT_Switch_Control: { /* '51' */
                    return 1;
                }
                case KnxDatapointType.DPT_Bool_Control: { /* '52' */
                    return 2;
                }
                case KnxDatapointType.DPT_Enable_Control: { /* '53' */
                    return 3;
                }
                case KnxDatapointType.DPT_Ramp_Control: { /* '54' */
                    return 4;
                }
                case KnxDatapointType.DPT_Alarm_Control: { /* '55' */
                    return 5;
                }
                case KnxDatapointType.DPT_BinaryValue_Control: { /* '56' */
                    return 6;
                }
                case KnxDatapointType.DPT_Step_Control: { /* '57' */
                    return 7;
                }
                case KnxDatapointType.DPT_Direction1_Control: { /* '58' */
                    return 8;
                }
                case KnxDatapointType.DPT_Direction2_Control: { /* '59' */
                    return 9;
                }
                case KnxDatapointType.USINT: { /* '6' */
                    return 0;
                }
                case KnxDatapointType.DPT_Start_Control: { /* '60' */
                    return 10;
                }
                case KnxDatapointType.DPT_State_Control: { /* '61' */
                    return 11;
                }
                case KnxDatapointType.DPT_Invert_Control: { /* '62' */
                    return 12;
                }
                case KnxDatapointType.DPT_Control_Dimming: { /* '63' */
                    return 7;
                }
                case KnxDatapointType.DPT_Control_Blinds: { /* '64' */
                    return 8;
                }
                case KnxDatapointType.DPT_Char_ASCII: { /* '65' */
                    return 1;
                }
                case KnxDatapointType.DPT_Char_8859_1: { /* '66' */
                    return 2;
                }
                case KnxDatapointType.DPT_Scaling: { /* '67' */
                    return 1;
                }
                case KnxDatapointType.DPT_Angle: { /* '68' */
                    return 3;
                }
                case KnxDatapointType.DPT_Percent_U8: { /* '69' */
                    return 4;
                }
                case KnxDatapointType.SINT: { /* '7' */
                    return 0;
                }
                case KnxDatapointType.DPT_DecimalFactor: { /* '70' */
                    return 5;
                }
                case KnxDatapointType.DPT_Tariff: { /* '71' */
                    return 6;
                }
                case KnxDatapointType.DPT_Value_1_Ucount: { /* '72' */
                    return 10;
                }
                case KnxDatapointType.DPT_FanStage: { /* '73' */
                    return 100;
                }
                case KnxDatapointType.DPT_Percent_V8: { /* '74' */
                    return 1;
                }
                case KnxDatapointType.DPT_Value_1_Count: { /* '75' */
                    return 10;
                }
                case KnxDatapointType.DPT_Status_Mode3: { /* '76' */
                    return 20;
                }
                case KnxDatapointType.DPT_Value_2_Ucount: { /* '77' */
                    return 1;
                }
                case KnxDatapointType.DPT_TimePeriodMsec: { /* '78' */
                    return 2;
                }
                case KnxDatapointType.DPT_TimePeriod10Msec: { /* '79' */
                    return 3;
                }
                case KnxDatapointType.UINT: { /* '8' */
                    return 0;
                }
                case KnxDatapointType.DPT_TimePeriod100Msec: { /* '80' */
                    return 4;
                }
                case KnxDatapointType.DPT_TimePeriodSec: { /* '81' */
                    return 5;
                }
                case KnxDatapointType.DPT_TimePeriodMin: { /* '82' */
                    return 6;
                }
                case KnxDatapointType.DPT_TimePeriodHrs: { /* '83' */
                    return 7;
                }
                case KnxDatapointType.DPT_PropDataType: { /* '84' */
                    return 10;
                }
                case KnxDatapointType.DPT_Length_mm: { /* '85' */
                    return 11;
                }
                case KnxDatapointType.DPT_UElCurrentmA: { /* '86' */
                    return 12;
                }
                case KnxDatapointType.DPT_Brightness: { /* '87' */
                    return 13;
                }
                case KnxDatapointType.DPT_Absolute_Colour_Temperature: { /* '88' */
                    return 600;
                }
                case KnxDatapointType.DPT_Value_2_Count: { /* '89' */
                    return 1;
                }
                case KnxDatapointType.INT: { /* '9' */
                    return 0;
                }
                case KnxDatapointType.DPT_DeltaTimeMsec: { /* '90' */
                    return 2;
                }
                case KnxDatapointType.DPT_DeltaTime10Msec: { /* '91' */
                    return 3;
                }
                case KnxDatapointType.DPT_DeltaTime100Msec: { /* '92' */
                    return 4;
                }
                case KnxDatapointType.DPT_DeltaTimeSec: { /* '93' */
                    return 5;
                }
                case KnxDatapointType.DPT_DeltaTimeMin: { /* '94' */
                    return 6;
                }
                case KnxDatapointType.DPT_DeltaTimeHrs: { /* '95' */
                    return 7;
                }
                case KnxDatapointType.DPT_Percent_V16: { /* '96' */
                    return 10;
                }
                case KnxDatapointType.DPT_Rotation_Angle: { /* '97' */
                    return 11;
                }
                case KnxDatapointType.DPT_Length_m: { /* '98' */
                    return 12;
                }
                case KnxDatapointType.DPT_Value_Temp: { /* '99' */
                    return 1;
                }
                default: {
                    return 0;
                }
            }
        }