C# Class Opc.Ua.Com.Server.HdaAggregate

Stores information about an HDA aggregate.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
Description string
LocalId uint
Name string
RemoteId NodeId

Property Details

Description public property

The descriptions of the aggregate.
public string Description
return string

LocalId public property

The proxy assigned identifier for the aggregate,
public uint LocalId
return uint

Name public property

The name of the aggregate.
public string Name
return string

RemoteId public property

The UA aggregate id.
public NodeId RemoteId
return NodeId