Previous page

Next page

Locate page in Contents

Print this page

close

Summary:

Closes an exclusive Agent connection that was previously opened using the connect call.

Request specification:

Name

Min/Max

Type

Description

close

 

 

 

{

 

 

 

id

1..1

string

The ID of the exclusive connection to close. The ID is initially obtained from the return of the connect call that you used to established the connection.

}

 

 

 

Returns:

OK/Error

Example:

<packet version="4.0.0">

<data>

<system>

<close>

<id>192.168.0.844</id>

</close>

</system>

</data>

</packet>

Please send us your feedback on this help page