Declared in Receiver
Declaration
string[] ViewReadyData(
int maxItems
);Description
Returns a list of ready data that is present within the receiver for inspection purposes. This will return up to maxItems of data in the form of ASCII strings for viewing. This will not remove the data from the receiver and will have a maximum number of items which can be specified. It will return the data from any key.
Parameters
| Name | Description |
|---|---|
| maxItems | The maximum number of data to return. If 0, there is no maximum |