virtual void onError (
ST_STATUS status, LPCTSTR err_str, LPCTSTR cmd, LPCTSTR parms )
;
virtual void onError (
int status, String err_str, String cmd, String parms )
;
The status code returned by the DataHub.
The error string, providing more detailed information about the error.
The original command sent to the DataHub to which this reply corresponds.
The list of parameters sent as part of the command, as a single space-separated string, or NULL[12] if none are returned. If the command involved multiple parameters, the list may be truncated.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.