C# 클래스 Mosa.Kernel.x86.Serial

Serial Controller
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
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