C# Class Earlz.MonoSump.Core.Serial

Inheritance: IPort, IDisposable
Afficher le fichier Open project: Earlz/monosump

Méthodes publiques

Свойство Type Description
SerialPort System.IO.Ports.SerialPort

Méthodes publiques

Méthode Description
Dispose ( ) : void
ReadByte ( int timeout ) : byte?
ReadByteIfAvailable ( ) : byte?
Serial ( string name, int baudrate ) : System
WriteByte ( byte value ) : void
WriteBytes ( byte values ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReadByte() public méthode

public ReadByte ( int timeout ) : byte?
timeout int
Résultat byte?

ReadByteIfAvailable() public méthode

public ReadByteIfAvailable ( ) : byte?
Résultat byte?

Serial() public méthode

public Serial ( string name, int baudrate ) : System
name string
baudrate int
Résultat System

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte values ) : void
values byte
Résultat void

Property Details

SerialPort public_oe property

public SerialPort,System.IO.Ports SerialPort
Résultat System.IO.Ports.SerialPort