C# Class hobd.MILSensor

Inheritance: OBD2Sensor
Afficher le fichier Open project: cail/hobd

Protected Properties

Свойство Type Description
mil_value string[]

Méthodes publiques

Méthode Description
MILSensor ( ) : System
SetValue ( byte dataraw ) : bool
ToChar ( int c ) : char

Method Details

MILSensor() public méthode

public MILSensor ( ) : System
Résultat System

SetValue() public méthode

public SetValue ( byte dataraw ) : bool
dataraw byte
Résultat bool

ToChar() public static méthode

public static ToChar ( int c ) : char
c int
Résultat char

Property Details

mil_value protected_oe property

protected string[] mil_value
Résultat string[]