onAsyncMessage
onAsyncMessage — a virtual method invoked on receipt of a DataHub message.
virtual void onAsyncMessage( | argc, | |
argv); |
int argc;char** argv;virtual void onAsyncMessage( | arguments); |
String[] arguments;argcThe number of parameters in the DataHub message.
argv, argumentsAn array of strings which are the parameters in the DataHub message.
This virtual method is invoked on receipt of a DataHub message. This method is only called if none of the other callbacks are called.
onStatusChange,
onSuccess,
onError,
onConnectionSuccess,
onConnectionFailure