Chameleon and Iguana Plugin C# Class Libraries

Transport Interface

This interface handles sending data events.

For a list of all members of this type, see Transport Members.

[Visual Basic]
Public Interface Transport
[C#]
public interface Transport

Types that implement Transport

Type Description
Connection This class implements a connection for streaming data to and from a client socket.
TransportTcpIpClient

This class implements a TCP/IP client for HL7 using the LLP protocol. You can use ClientSocketListener to track events on this object.

Remarks

This interface provides a way of abstracting the actual transport being used. The client code simply is passed an object which implements this interface and doesn't need to know how the message is actually being delivered.

This class is no longer used but will be supported for backward compatibility. New applications should use LlpConnection instead.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

Transport Members | iNTERFACEWARE.Chameleon Namespace