Click or drag to resize

TransportRegistryGetDomainDefaultConfig Method

Gets the specific domain default TransportConfig.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public TransportConfig GetDomainDefaultConfig(
	int domain
)

Parameters

domain
Type: SystemInt32
The requested default TransportConfig domain id.

Return Value

Type: TransportConfig
The default TransportConfig domain id if found, otherwise null.
See Also