Click or drag to resize

TransportRegistryCreateInst Method

Creates a new TransportInst.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public TransportInst CreateInst(
	string name,
	string transportType
)

Parameters

name
Type: SystemString
A unique name for the transport instance.
transportType
Type: SystemString
The transport type for the instance. It should be one of the included transports (i.e. tcp, udp, multicast, shmem, and rtps_udp).

Return Value

Type: TransportInst
The newly created TransportInst or null if failed.
See Also