C# 클래스 SharpOS.Kernel.ADC.X86.RTC

Real Time Clock
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Read ( int &year, int &month, int &day, int &hour, int &minutes, int &seconds ) : bool

Reads the time from CMOS

비공개 메소드들

메소드 설명
ConvertBCDToValue ( int value ) : int
ConvertValueToBCD ( int value ) : int

메소드 상세

Read() 공개 정적인 메소드

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
리턴 bool