ServergetConnectionConfig Method OpenDOF Object Access Library
Report the connection configuration associated with a connection to the given address.

Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
ConnectionConfig getConnectionConfig(
	DOFAddress address
)

Parameters

address
Type: org.opendof.core.oalDOFAddress
The address of the host. This must not be null.

Return Value

Type: ConnectionConfig
The connection configuration associated with the connection to the given address, or null if there is no such configuration.
Remarks

Report the connection configuration associated with a connection to the given address. When a connection state is needed for an inbound packet from a datagram server (as if it were a connection), this returns the necessary configuration for the connection to that host. This will only be called for datagram servers.
See Also

Reference