Event emitted when the device connected to another, such as when the holder connects to the reader.

interface ConnectedState {
    kind: "connected";
}

Properties

Properties

kind: "connected"

Generated using TypeDoc