C# Class System.IO.Ports.DCB

Mostrar archivo Open project: runefs/Marvin Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

SetValues() public method

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
return void

Property Details

baud_rate public_oe property

public int baud_rate
return int

byte_size public_oe property

public byte byte_size
return byte

dcb_length public_oe property

public int dcb_length
return int

eof_char public_oe property

public byte eof_char
return byte

error_char public_oe property

public byte error_char
return byte

evt_char public_oe property

public byte evt_char
return byte

flags public_oe property

public int flags
return int

parity public_oe property

public byte parity
return byte

stop_bits public_oe property

public byte stop_bits
return byte

w_reserved public_oe property

public short w_reserved
return short

w_reserved1 public_oe property

public short w_reserved1
return short

xoff_char public_oe property

public byte xoff_char
return byte

xoff_lim public_oe property

public short xoff_lim
return short

xon_char public_oe property

public byte xon_char
return byte

xon_lim public_oe property

public short xon_lim
return short