DmrClusterLinkRemoteAddress: {
    dmrClusterName?: string;
    remoteAddress?: string;
    remoteNodeName?: string;
}

Type declaration

  • Optional dmrClusterName?: string

    The name of the Cluster.

  • Optional remoteAddress?: string

    The FQDN or IP address (and optional port) of the remote node. If a port is not provided, it will vary based on the transport encoding: 55555 (plain-text), 55443 (encrypted), or 55003 (compressed).

  • Optional remoteNodeName?: string

    The name of the node at the remote end of the Link.