Default |
The DefaultSerialProtocol type exposes the following members.
Name | Description | |
---|---|---|
Clone | Make a shallow copy of the DefaultSerialProtocol This means when it is assigned to each port the instance is not shared so each port maintains its own state | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Receive | Receive data from the serial port decoded in the set encoding Will block until: the timeout is reached in which case an exception is thrown or until the terminating character is found | |
Send | Send data down the serial port encoded in the set encoding | |
ToString | Returns a string that represents the current object. (Inherited from Object) |