Click or drag to resize

TransportRegistryBindConfig Method (String, Entity)

Binds a TransportConfig to a Entity.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public void BindConfig(
	string name,
	Entity entity
)

Parameters

name
Type: SystemString
The name given to the TransportConfig during the creation.
entity
Type: OpenDDSharp.DDSEntity
The Entity to be bound.
See Also