node-dmx
    Preparing search index...

    Type Alias BrokerEndpointListReply

    type BrokerEndpointListReply = {
        endpoints: number[];
        sequence: number;
        statusCode: BrokerStatusCode;
        vector: EndpointListReply;
    }
    Index

    Properties

    endpoints: number[]
    sequence: number
    statusCode: BrokerStatusCode