OpenSession
What it does
Opens a connection to the Application Server.
Definition
int OpenSession( int roleType, int stationType );
Parameters
Name | Type | Description |
roleType | int | The type of role to be used for the connection. See RoleType for possible values. |
stationType | int | The type of connecting station. See WorkstationType for possible values. |
Returned value
Type | Description |
int | The ID of the opened connection |
12.04.2024 18:16:01