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

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

The local HDA client handle.
public int ClientHandle
return int

Error public_oe property

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

NodeId public_oe property

The remote node id.
public NodeId NodeId
return NodeId

ServerHandle public_oe property

The local HDA server handle.
public int ServerHandle
return int