Click or drag to resize

MulticastInst Constructor

Creates a new instance of MulticastInst.

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

Parameters

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