Interface ReceiveAllPipedTransportsOptions

interface ReceiveAllPipedTransportsOptions {
    nsock: Socket<DefaultEventsMap, DefaultEventsMap>;
    community?: boolean;
    parameters: ReceiveAllPipedTransportsParameters;
}

Properties

nsock: Socket<DefaultEventsMap, DefaultEventsMap>
community?: boolean