Class EOS_Sessions_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_Sessions_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_Sessions_Interface extends com.sun.jna.PointerType
The Session Interface is used to manage sessions that can be advertised with the backend service All Session Interface calls take a handle of type EOS_HSessions as the first parameter. This handle can be retrieved from an EOS_HPlatform handle by using the EOS_Platform_GetSessionsInterface function.
Since:
9/5/2023
See Also: