Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.TCP.TextLineInboundAdapter

class EnsLib.TCP.TextLineInboundAdapter extends EnsLib.TCP.InboundAdapter, EnsLib.TCP.TextLineCommon

Property Inventory

Method Inventory

Parameters

parameter SERVICEINPUTCLASS = Ens.StringContainer;
parameter SERVICEOUTPUTCLASS = Ens.StringContainer;

Properties

property Terminators as %String [ InitialExpression = $C(10) ];
Inherited description: Read-terminator character or characters, if any, for subclasses that do terminated reads.
Property methods: TerminatorsDisplayToLogical(), TerminatorsGet(), TerminatorsIsValid(), TerminatorsLogicalToDisplay(), TerminatorsLogicalToOdbc(), TerminatorsNormalize(), TerminatorsSet()

Methods

method OnConnected() as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab