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

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

Public Properties

Property Type Description
ClientHandle int
Error int
NodeId NodeId
ServerHandle int

Property Details

ClientHandle public property

The local HDA client handle.
public int ClientHandle
return int

Error public property

Any error associated with the handle.
public int Error
return int

NodeId public property

The remote node id.
public NodeId NodeId
return NodeId

ServerHandle public property

The local HDA server handle.
public int ServerHandle
return int