Interface ClientProbeOptions

interface ClientProbeOptions {
    endpoint?: Endpoint;
    parameters: ParameterKV;
    profile: CaProfile;
}

Properties

endpoint?: Endpoint

Endpoint for communication. Default is an Endpoint on default Forwarder with up to 4 retransmissions.

parameters: ParameterKV
profile: CaProfile

CA profile.

Generated using TypeDoc