This class represents the external API for a transport.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface Transport
The Transport type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | destroy | Destroy a transport. |
![]() | getAddressType | Report the type of address. |
![]() | getMaxSize | Get the maximum transmission size for the specified type of transmission.
|
![]() | getMinSize | Get the minimum transmission size for the specified type of transmission.
|
![]() | open | Requests that a connection be opened. |
![]() | start | Start a server. |
Remarks
See Also