Class (GI Struct)

Gck-2GckSessionInfo

Information about the session. This is analogous to a CK_SESSION_INFO structure.

When done with this structure, release it using gck_session_info_free().

Index

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optionalproperties: Partial<{ device_error: number; flags: number; slot_id: number; state: number }>

    Returns SessionInfo

Properties

device_error: number
flags: number
slot_id: number
state: number

Methods

  • Free the GckSessionInfo structure and all associated memory.

    Returns void