imBMW.iBus.Devices.Real.SpeedLimitEventArgs.SpeedLimitEventArgs C# (CSharp) Method

SpeedLimitEventArgs() public method

public SpeedLimitEventArgs ( ushort value ) : System
value ushort
return System
        public SpeedLimitEventArgs(ushort value)
        {
            Value = value;
        }
SpeedLimitEventArgs