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 | 
4/12/2024 6:16:01 PM