package pkcs11

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module P11_session_infoSource

Sourcetype t = {
  1. slotID : P11_ulong.t;
  2. state : P11_ulong.t;
  3. flags : P11_flags.t;
  4. ulDeviceError : P11_ulong.t;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval to_string : ?newlines:bool -> ?indent:string -> t -> string
Sourceval to_strings : t -> string list
OCaml

Innovation. Community. Security.