public method IO2GSession.getLoginRules

Brief

Gets the rules used for the currently established session.

Declaration
C++
virtual IO2GLoginRules getLoginRules () = 0

Details

The session rules can be used to check which tables are loaded automatically during the login, and get the responses which the tables contain.

The session must be successfully established to call this method.

Release the returned object when it is not required anymore.

Declared in IO2GSession

back