2.1.2.1 Methods for Core Protocol Interface IClient
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Method |
Description |
Type |
Parameter Summary |
---|---|---|---|
requestSession |
Requests a new ETP session with a server. |
(in) eventData: RequestSession |
|
onOpenSession |
Handles OpenSession event from a server. |
event |
(in) eventData: OpenSession |
closeSession |
Sends CloseSession to a server. |
(in) eventData: CloseSession |
|
onCloseSession |
Handles CloseSession event from a server. Note that IClient can both send and receive CloseSession. |
event |
(in) eventData: CloseSession |
renewSecurityToken |
Sent from a client to a server to refresh the security token. |
(in) eventData: RenewSecurityToken |