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.0.0.0 (1.0.0.0)
Syntax
public Object Clone()

Return Value

Object

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

Implements

ICloneableClone
See Also