Serial |
public class SerialPortDefinition
The SerialPortDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | SerialPortDefinition | Initializes a new instance of the SerialPortDefinition class |
Name | Description | |
---|---|---|
![]() | BaudRate | Line speed of the serial port. |
![]() | DataSize | Number of data bits used in the serial port protocol. |
![]() | Handshake | Flow control method used in the serial port protocol. |
![]() | IsEnabled | The flag to indicate whether the serial port is enabled. |
![]() | Name | The name of the serial port. |
![]() | NewLine | The message terminator sequence used when reading from or writing to the serial port. |
![]() | Parity | Parity setting of the serial port. |
![]() | ReadTimeout | Timeout period used when reading from the serial port. |
![]() | StopBits | Number of stop bits used in the serial port protocol. |
![]() | WriteTimeout | Timeout period used when writing to the serial port. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString) |