Click or drag to resize

DefaultSerialProtocolClone Method

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

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public Object Clone()

Return Value

Type: Object

[Missing <returns> documentation for "M:Brainboxes.IO.DefaultSerialProtocol.Clone"]

Implements

ICloneableClone
See Also