Home
last modified time | relevance | path

Searched refs:nLastSent (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/automation/source/simplecm/
H A Dcommuniio.hxx42 comm_ULONG nLastSent; member in ITransmiter
44 ITransmiter() :nLastSent( 0 ){} in ITransmiter()
48 comm_ULONG GetLastSent() { return nLastSent; } in GetLastSent()
H A Dtcpio.cxx33 nLastSent = 0; in TransferBytes()
36 nLastSent = pStreamSocket->write( pBuffer, nLen ); in TransferBytes()
37 if ( nLastSent == nLen ) in TransferBytes()