C# Class IntelShared.Common.BitRange

Afficher le fichier Open project: 01org/NMPRK Class Usage Examples

Méthodes publiques

Méthode Description
FromString ( string r ) : BitRange
ToString ( ) : string

Méthodes protégées

Méthode Description
BitRange ( ) : System
BitRange ( int stopBit, int startBit ) : System

Method Details

BitRange() protected méthode

protected BitRange ( ) : System
Résultat System

BitRange() protected méthode

protected BitRange ( int stopBit, int startBit ) : System
stopBit int
startBit int
Résultat System

FromString() public static méthode

public static FromString ( string r ) : BitRange
r string
Résultat BitRange

ToString() public méthode

public ToString ( ) : string
Résultat string