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>ppcrectot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PPCRECTOT()
 Determines the total number of received packets
------------------------------------------------------------------------------
 Syntax

     PPCRECTOT(<nHandle>) --> nPackets

     Netware: 2.2 and 3.11

 Argument

     <nHandle>  Designates the communication receiving buffer.

 Returns

     PPCRECTOT() returns the number of packets received since the buffer has
     been opened.  If an error occurs (for example, if the handle is
     invalid), the function returns -1.

 Description

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

 Example

     Display the communication receiving buffer report:

     ? 'Total of received packets  :',PPCRECTOT(nHandle)
     ? 'Faulty thereof             :',PPCRECFAIL(nHandle)
     ? 'Discarded thereof          :',PPCRECDISC(nHandle)

See Also: PPCRECDISC() PPCRECFAIL()

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