Click or drag to resize

DefaultSerialProtocol Methods

The DefaultSerialProtocol type exposes the following members.

Methods
 NameDescription
Public methodClone 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
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodReceive 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
Public methodSend Send data down the serial port encoded in the set encoding
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also