Function PpcRead() Foundation

Reads data from a communication receive buffer.

Syntax
PpcRead( <nCommunicationHandle> , ;
         [<nBytes>]             , ;  // Default: all bytes
         [<lLeaveInBuffer>]       ;  // Default: .F.
       ) --> cReceivedData
Return

Returns received data in a string and deletes <nBytes> bytes from the receive buffer unless <lLeaveInBuffer> ist set .T.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.