C# Class Microsoft.SPOT.Hardware.Port

Inheritance: NativeEventDispatcher
Afficher le fichier Open project: GerardSoleCa/IOSharp-netmf-Linux Class Usage Examples

Méthodes publiques

Méthode Description
Read ( ) : bool
ReservePin ( Cpu pin, bool fReserve ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Port ( Cpu portId, bool initialState ) : System
Port ( Cpu portId, bool glitchFilter, ResistorMode resistor, InterruptMode interruptMode ) : System
Port ( Cpu portId, bool initialState, bool glitchFilter, ResistorMode resistor ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Port() protected méthode

protected Port ( Cpu portId, bool initialState ) : System
portId Cpu
initialState bool
Résultat System

Port() protected méthode

protected Port ( Cpu portId, bool glitchFilter, ResistorMode resistor, InterruptMode interruptMode ) : System
portId Cpu
glitchFilter bool
resistor ResistorMode
interruptMode InterruptMode
Résultat System

Port() protected méthode

protected Port ( Cpu portId, bool initialState, bool glitchFilter, ResistorMode resistor ) : System
portId Cpu
initialState bool
glitchFilter bool
resistor ResistorMode
Résultat System

Read() public méthode

public Read ( ) : bool
Résultat bool

ReservePin() public static méthode

public static ReservePin ( Cpu pin, bool fReserve ) : bool
pin Cpu
fReserve bool
Résultat bool