C# Class napkin.devices.spi.DeadOnRTC.DeadOnRTCData

Mostrar archivo Open project: cjdaly/napkin Class Usage Examples

Public Methods

Method Description
BCDToInt ( byte bcdByte ) : int
DeadOnRTCData ( byte data ) : System
Dump ( ) : void
GetDateTime ( ) : System.DateTime
GetHighNibble ( byte bcdByte ) : int
GetLowNibble ( byte bcdByte ) : int

Method Details

BCDToInt() public static method

public static BCDToInt ( byte bcdByte ) : int
bcdByte byte
return int

DeadOnRTCData() public method

public DeadOnRTCData ( byte data ) : System
data byte
return System

Dump() public method

public Dump ( ) : void
return void

GetDateTime() public method

public GetDateTime ( ) : System.DateTime
return System.DateTime

GetHighNibble() public static method

public static GetHighNibble ( byte bcdByte ) : int
bcdByte byte
return int

GetLowNibble() public static method

public static GetLowNibble ( byte bcdByte ) : int
bcdByte byte
return int