C# Class System.IO.Ports.DCB

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
baud_rate int
byte_size byte
dcb_length int
eof_char byte
error_char byte
evt_char byte
flags int
parity byte
stop_bits byte
w_reserved short
w_reserved1 short
xoff_char byte
xoff_lim short
xon_char byte
xon_lim short

Méthodes publiques

Méthode Description
SetValues ( int baud_rate, Parity parity, int byte_size, StopBits sb, Handshake hs ) : void

Method Details

SetValues() public méthode

public SetValues ( int baud_rate, Parity parity, int byte_size, StopBits sb, Handshake hs ) : void
baud_rate int
parity Parity
byte_size int
sb StopBits
hs Handshake
Résultat void

Property Details

baud_rate public_oe property

public int baud_rate
Résultat int

byte_size public_oe property

public byte byte_size
Résultat byte

dcb_length public_oe property

public int dcb_length
Résultat int

eof_char public_oe property

public byte eof_char
Résultat byte

error_char public_oe property

public byte error_char
Résultat byte

evt_char public_oe property

public byte evt_char
Résultat byte

flags public_oe property

public int flags
Résultat int

parity public_oe property

public byte parity
Résultat byte

stop_bits public_oe property

public byte stop_bits
Résultat byte

w_reserved public_oe property

public short w_reserved
Résultat short

w_reserved1 public_oe property

public short w_reserved1
Résultat short

xoff_char public_oe property

public byte xoff_char
Résultat byte

xoff_lim public_oe property

public short xoff_lim
Résultat short

xon_char public_oe property

public byte xon_char
Résultat byte

xon_lim public_oe property

public short xon_lim
Résultat short