Namespace: org.opendof.core.transport.group
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Connection open( ConnectionConfig config, DOFAddress peer, TransportHandler handler, DOFConnectionType type, ConnectionCallback context )
Parameters
- config
- Type: org.opendof.core.transportConnectionConfig
- peer
- Type: org.opendof.core.oalDOFAddress
- handler
- Type: org.opendof.core.transportTransportHandler
- type
- Type: org.opendof.core.oalDOFConnectionType
- context
- Type: org.opendof.core.transportConnectionCallback
Return Value
Type: ConnectionImplements
Transportopen(ConnectionConfig, DOFAddress, TransportHandler, DOFConnectionType, ConnectionCallback)Exceptions
Exception | Condition |
---|---|
Exception |
See Also