DmrClusterLinkAttribute: {
    attributeName?: string;
    attributeValue?: string;
    dmrClusterName?: string;
    remoteNodeName?: string;
}

Type declaration

  • Optional attributeName?: string

    The name of the Attribute.

  • Optional attributeValue?: string

    The value of the Attribute.

  • Optional dmrClusterName?: string

    The name of the Cluster.

  • Optional remoteNodeName?: string

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