Click or drag to resize

ShmemInst Constructor

Creates a new instance of ShmemInst.

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

Parameters

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