|
_.Library.Boolean | Close (_.Library.Status pSC, _.Library.Boolean pIntentional, _.Library.Status pSCReason) |
| Disconnect and close the current connection.
|
|
_.Library.Boolean | Open (_.Library.String pHost, _.Library.String pPort, _.Library.Numeric pTimeout, _.Library.Status pSC) |
| Establish a TCP connection to the given host computer on the given port number, if possible within pTimeout.
|
|
_.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
|
|
| Attach (_.Library.String pDevice, _.Library.Status pSC) |
| Attach to the named open Device or to the current Device by default.
|
|
_.Library.Boolean | Close (_.Library.Status pSC) |
| Close the current stream.
|
|
| Flush (_.Library.Status pSC) |
| Ensure that any data already written to the stream buffer are actually sent to the stream.
|
|
_.Library.String | Read (_.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Status pSC) |
| Read until pMaxReadLen chars are gotten or pTimeout expires. More...
|
|
_.Library.String | ReadLine (_.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Status pSC, _.Library.String pLineTerminator) |
| Read until pMaxReadLen chars are gotten, pTimeout expires, or a LineTerminator character is found. More...
|
|
| Write (_.Library.String pData, _.Library.Boolean pFlush, _.Library.Status pSC) |
| Write pData to the stream buffer. More...
|
|
_.Library.Integer | CopyFrom (_.IO.I.Stream pSource, _.Library.Numeric pTimeout, _.Library.Boolean pFlush, _.Library.Status pSC) |
| Copy all available data from pSource to the current stream buffer. More...
|
|
_.Library.Integer | CopyReplace (_.IO.I.Stream pDest, _.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Numeric pIdleTimeout, _.Library.String pPrevBuf, _.Library.Boolean pFlush, _.Library.Boolean pInsensitive, _.Library.String pRewind, _.Library.Status pSC, pSearchReplace) |
| Replace from the current stream the strings contained in a list of alternating search and replace target string arguments. More...
|
|
_.Library.Integer | CopyReplaceArray (_.IO.I.Stream pDest, _.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Numeric pIdleTimeout, _.Library.String pPrevBuf, _.Library.Boolean pFlush, _.Library.Boolean pInsensitive, _.Library.String pRewind, _.Library.Status pSC, pSearchReplace) |
| Replace from the current stream the strings contained in an array of alternating search and replace target string values called pSearchReplace. More...
|
|
_.Library.Integer | OutputToDevice (_.Library.Integer pLength, _.Library.Numeric pTimeout, _.Library.Status pSC) |
| Copy all available data from the current stream to the current system device.
|
|
_.Library.String | ReadUntil (_.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Numeric pIdleTimeout, _.Library.String pPrevBuf, _.Library.Boolean pInsensitive, _.Library.Integer pWhich, _.Library.Status pSC, pTarget) |
| Read until one of the Target strings is found or a timeout occurs. More...
|
|
_.Library.String | ReadUntilArray (_.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Numeric pIdleTimeout, _.Library.String pPrevBuf, _.Library.Boolean pInsensitive, _.Library.Integer pWhich, _.Library.Status pSC, pTargets) |
| Read until one of the Target strings is found or a timeout occurs. More...
|
|
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More...
|
|
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
|
|
_.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More...
|
|
_.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
|
|
_.Library.Boolean | IsCharacterGet () |
| (This property is overridden from IO.I.Stream but has a different meaning in this context of character IO.)
|
|
| WriteLine (_.Library.String pLine, _.Library.Boolean pFlush, _.Library.Status pSC) |
| Write pLine to the stream buffer, followed by the current LineTerminator characters. More...
|
|
_.Library.Status | SetCharEncodingTable (_.Library.String pCharEncoding, _.Library.String pCharEncodingAlias) |
| Set translation table based on character encoding.
|
|
| Flush (_.Library.Status pSC) |
| Ensure that any data already written to the TCP buffer are actually sent to the remote partner.
|
|
_.Library.String | Read (_.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Status pSC) |
| Read until pMaxReadLen chars are gotten or pTimeout expires. More...
|
|
_.Library.String | ReadAny (_.Library.Integer pMaxReadLen, _.Library.Numeric pTimeout, _.Library.Status pSC) |
| Return as soon as any data arrives, or timeout expires, or MaxReadLen is reached.
|
|
_.Library.String | ReadLine (_.Library.Integer pMaxReadLen, pTimeout, _.Library.Status pSC, _.Library.String pLineTerminator) |
| Read until pMaxReadLen chars are gotten, pTimeout expires, or a LineTerminator character is encountered. More...
|
|
| Write (_.Library.String pData, _.Library.Boolean pFlush, _.Library.Status pSC) |
| Write pLine to the stream buffer, followed by the current LineTerminator characters. More...
|
|