C# Class OpenDACT.Class_Files.EEPROMFunctions

Mostrar archivo Open project: RollieRowland/OpenDACT Class Usage Examples

Public Properties

Property Type Description
EEPROMReadCount int
EEPROMReadOnly bool
EEPROMRequestSent bool
tempEEPROMSet bool

Public Methods

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

Method Details

parseEEPROM() public static method

public static parseEEPROM ( string value, int &intParse, float &floatParse2 ) : void
value string
intParse int
floatParse2 float
return void

readEEPROM() public static method

public static readEEPROM ( ) : void
return void

sendEEPROM() public static method

public static sendEEPROM ( ) : void
return void

setEEPROM() public static method

public static setEEPROM ( int intParse, float floatParse2 ) : void
intParse int
floatParse2 float
return void

Property Details

EEPROMReadCount public_oe static_oe property

public static int EEPROMReadCount
return int

EEPROMReadOnly public_oe static_oe property

public static bool EEPROMReadOnly
return bool

EEPROMRequestSent public_oe static_oe property

public static bool EEPROMRequestSent
return bool

tempEEPROMSet public_oe static_oe property

public static bool tempEEPROMSet
return bool