GetData [out]

Remote Shell Control

GetData [out]

Get a packet of previously received data that has been received from the host.

Syntax

Declare Function GetData (ByRef retStr As Variant [OUT]) As Boolean <CR>

Parameters

RefStr—Reference to Buffer to hold the incoming string. (VARIANT)

Return Value

  • True, if data copies into the outgoing parameter
  • False, if no data is currently available
Note: 
  This function returns, via the refStr parameter, the first packet received and is waiting in the RshCtrl’s data queue.