node-dmx
    Preparing search index...

    Type Alias BrokerConnectReply

    type BrokerConnectReply = {
        clientId: number;
        sequence: number;
        statusCode: BrokerStatusCode;
        text?: string;
        vector: ConnectReply;
    }
    Index

    Properties

    clientId: number
    sequence: number
    statusCode: BrokerStatusCode
    text?: string
    vector: ConnectReply