mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 06:56:29 +00:00
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
|
||
|
|
*/
|