20 lines
506 B
JavaScript
20 lines
506 B
JavaScript
|
|
/**
|
||
|
|
* Proxy for CommandLibrary
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Called by Command Library to send response message out
|
||
|
|
* @private
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Called by Command Library when session is closed by commaand library
|
||
|
|
* Generally called due to inactivity or reconnect timeout
|
||
|
|
* @private
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Called by Command Library to notify when session has started.
|
||
|
|
* You can get this same information for the start session response, this is a convenience method
|
||
|
|
* @private
|
||
|
|
*/
|