login;

<< Click to Display Table of Contents >>

Navigation:  The API > Simple API > Commands to Gateway >

login;

Overview

After connecting to the Gateway the user has to authorize with a password, in order to operate the SimpleAPI.

 

User Command/Request

login;password=xzy

Gateway Response Example

result;code=1000;value=OK

result;code=4000;value=invalid login

result;code=4002;value=already logged in

 

Response formatting

String

Meaning

Examples

result

Result of the command by the Gateway

result

code

Error/success code of the command

1000

4000

4002

value

String expression of the Error/success code

OK

invalid login

already logged in