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

Stores information about an HDA aggregate.
Mostrar archivo 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_oe property

The descriptions of the aggregate.
public string Description
return string

LocalId public_oe property

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

Name public_oe property

The name of the aggregate.
public string Name
return string

RemoteId public_oe property

The UA aggregate id.
public NodeId RemoteId
return NodeId