Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>ppcsndtot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PPCSNDTOT()
 Determines the total number of packets that have been sent
------------------------------------------------------------------------------
 Syntax

     PPCSNDTOT(<nHandle>) --> nPackets

     Netware: 2.2 and 3.11

 Argument

     <nHandle>  Designates the communication sending buffer.

 Returns

     PPCSNDTOT() returns the number of packets that have been sent since the
     sending buffer has been open.  If an error occurs (for example, if the
     handle is invalid), the function returns -1.

 Description

     PPCSNDTOT() determines the total number of sent packets, independently
     of the protocol used (IPX, SPX, NetBIOS datagram, or NetBIOS session).
     The value also contains faulty packets.  If a value of 65535 packets has
     been exceeded, the count starts again at 0.

 Example

     Display the communication sending buffer report:

     ? 'Total of sent packets :',PPCSNDTOT(nHandle)
     ? 'Faulty thereof        :',PPCSNDFAIL(nHandle)

See Also: PPCSNDFAIL()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson