kaios-types
    Preparing search index...

    Interface SEResponse

    Represents a response from a Secure Element. Preference: "dom.secureelement.enabled"

    secureelement-manage

    CertifiedApps

    interface SEResponse {
        channel: SEChannel;
        data: number[] | null;
        sw1: number;
        sw2: number;
    }
    Index

    Properties

    Properties

    channel: SEChannel

    The channel associated with this response.

    data: number[] | null

    The response data.

    sw1: number

    Status Word 1.

    sw2: number

    Status Word 2.