Transport InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methoddestroy
Destroy a transport.
Public methodgetAddressType
Report the type of address.
Public methodgetMaxSize
Get the maximum transmission size for the specified type of transmission.
Public methodgetMinSize
Get the minimum transmission size for the specified type of transmission.
Public methodopen
Requests that a connection be opened.
Public methodstart
Start a server.
Top
Remarks

This class represents the external API for a transport.
See Also

Reference