Click or drag to resize

UdpInst Constructor

Creates a new instance of UdpInst.

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

Parameters

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