@homebridge/hap-nodejs
    Preparing search index...

    Type Alias PreparedDataStreamSession

    type PreparedDataStreamSession = {
        accessoryKeySalt: Buffer;
        accessoryToControllerEncryptionKey: Buffer;
        connection: HAPConnection;
        connectTimeout?: NodeJS.Timeout;
        controllerToAccessoryEncryptionKey: Buffer;
        port?: number;
    }
    Index

    Properties

    accessoryKeySalt: Buffer
    accessoryToControllerEncryptionKey: Buffer
    connection: HAPConnection
    connectTimeout?: NodeJS.Timeout
    controllerToAccessoryEncryptionKey: Buffer
    port?: number