C# Class OpenDACT.Class_Files.EEPROMFunctions

Afficher le fichier Open project: RollieRowland/OpenDACT Class Usage Examples

Méthodes publiques

Свойство Type Description
EEPROMReadCount int
EEPROMReadOnly bool
EEPROMRequestSent bool
tempEEPROMSet bool

Méthodes publiques

Méthode Description
parseEEPROM ( string value, int &intParse, float &floatParse2 ) : void
readEEPROM ( ) : void
sendEEPROM ( ) : void
setEEPROM ( int intParse, float floatParse2 ) : void

Method Details

parseEEPROM() public static méthode

public static parseEEPROM ( string value, int &intParse, float &floatParse2 ) : void
value string
intParse int
floatParse2 float
Résultat void

readEEPROM() public static méthode

public static readEEPROM ( ) : void
Résultat void

sendEEPROM() public static méthode

public static sendEEPROM ( ) : void
Résultat void

setEEPROM() public static méthode

public static setEEPROM ( int intParse, float floatParse2 ) : void
intParse int
floatParse2 float
Résultat void

Property Details

EEPROMReadCount public_oe static_oe property

public static int EEPROMReadCount
Résultat int

EEPROMReadOnly public_oe static_oe property

public static bool EEPROMReadOnly
Résultat bool

EEPROMRequestSent public_oe static_oe property

public static bool EEPROMRequestSent
Résultat bool

tempEEPROMSet public_oe static_oe property

public static bool tempEEPROMSet
Résultat bool