= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package pkcs11
-
pkcs11
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
slotID : P11_ulong.t;
state : P11_ulong.t;
flags : P11_flags.t;
ulDeviceError : P11_ulong.t;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_string : ?newlines:bool -> ?indent:string -> t -> string
val to_strings : t -> string list