Houdini Engine 7.0
|
Identifies a session. More...
#include <HAPI_Common.h>
Public Attributes | |
HAPI_SessionType | type |
HAPI_SessionId | id |
Identifies a session.
Definition at line 1104 of file HAPI_Common.h.
HAPI_SessionId HAPI_Session::id |
Some session types support multiple simultaneous sessions. This means that each session needs to have a unique identifier.
Definition at line 1112 of file HAPI_Common.h.
HAPI_SessionType HAPI_Session::type |
The type of session determines the which implementation will be used to communicate with the Houdini Engine library.
Definition at line 1108 of file HAPI_Common.h.