Interface DialDirectConf

Options required to dial a robot via gRPC.

interface DialDirectConf {
    authEntity?: string;
    credential?: Credential;
    dialTimeout?: number;
    disableSessions?: boolean;
    host: string;
    noReconnect?: boolean;
    reconnectMaxAttempts?: number;
    reconnectMaxWait?: number;
}

Properties

authEntity?: string
credential?: Credential
dialTimeout?: number
disableSessions?: boolean
host: string
noReconnect?: boolean
reconnectMaxAttempts?: number
reconnectMaxWait?: number

Generated using TypeDoc