Documentation - v0.27.1
    Preparing search index...

    Interface BasicDcOption

    interface BasicDcOption {
        id: number;
        ipAddress: string;
        ipv6?: boolean;
        mediaOnly?: boolean;
        port: number;
        testMode?: boolean;
    }
    Index

    Properties

    id: number
    ipAddress: string
    ipv6?: boolean
    mediaOnly?: boolean
    port: number
    testMode?: boolean