C# Класс Mosa.Kernel.x86.Serial

Serial Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

IsDataReady() публичный статический Метод

public static IsDataReady ( ushort com ) : bool
com ushort
Результат bool

Read() публичный статический Метод

public static Read ( ushort com ) : byte
com ushort
Результат byte

SetupPort() публичный статический Метод

public static SetupPort ( ushort com ) : void
com ushort
Результат void

WaitForWriteReady() публичный статический Метод

public static WaitForWriteReady ( ushort com ) : void
com ushort
Результат void

Write() публичный статический Метод

public static Write ( ushort com, byte c ) : void
com ushort
c byte
Результат void

Write() публичный статический Метод

public static Write ( ushort com, string message ) : void
com ushort
message string
Результат void