Click or drag to resize

TcpInst Constructor

Creates a new instance of TcpInst.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public TcpInst(
	TransportInst inst
)

Parameters

inst
Type: OpenDDSharp.OpenDDS.DCPSTransportInst
The base TransportInst object created with the TransportRegistry.
See Also