C# Class SharpOS.Kernel.ADC.X86.RTC

Real Time Clock
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Read ( int &year, int &month, int &day, int &hour, int &minutes, int &seconds ) : bool

Reads the time from CMOS

Private Methods

Method Description
ConvertBCDToValue ( int value ) : int
ConvertValueToBCD ( int value ) : int

Method Details

Read() public static method

Reads the time from CMOS
public static Read ( int &year, int &month, int &day, int &hour, int &minutes, int &seconds ) : bool
year int
month int
day int
hour int
minutes int
seconds int
return bool