C# Class Mosa.Kernel.x86.Serial

Serial Controller
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
IsDataReady ( ushort com ) : bool
Read ( ushort com ) : byte
SetupPort ( ushort com ) : void
WaitForWriteReady ( ushort com ) : void
Write ( ushort com, byte c ) : void
Write ( ushort com, string message ) : void

Method Details

IsDataReady() public static méthode

public static IsDataReady ( ushort com ) : bool
com ushort
Résultat bool

Read() public static méthode

public static Read ( ushort com ) : byte
com ushort
Résultat byte

SetupPort() public static méthode

public static SetupPort ( ushort com ) : void
com ushort
Résultat void

WaitForWriteReady() public static méthode

public static WaitForWriteReady ( ushort com ) : void
com ushort
Résultat void

Write() public static méthode

public static Write ( ushort com, byte c ) : void
com ushort
c byte
Résultat void

Write() public static méthode

public static Write ( ushort com, string message ) : void
com ushort
message string
Résultat void