Documentation
    Preparing search index...

    Data for a connection event.

    interface PixelSessionConnectionEvent {
        reason:
            | "unknown"
            | "timeout"
            | "success"
            | "canceled"
            | "notSupported"
            | "linkLoss"
            | "bluetoothOff"
            | "host"
            | "peripheral";
        status: | "connecting"
        | "connected"
        | "failedToConnect"
        | "ready"
        | "disconnecting"
        | "disconnected";
        systemId: string;
    }
    Index

    Properties

    reason:
        | "unknown"
        | "timeout"
        | "success"
        | "canceled"
        | "notSupported"
        | "linkLoss"
        | "bluetoothOff"
        | "host"
        | "peripheral"
    status:
        | "connecting"
        | "connected"
        | "failedToConnect"
        | "ready"
        | "disconnecting"
        | "disconnected"
    systemId: string