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

Stores information about an HDA item.
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientHandle int
Error int
NodeId NodeId
ServerHandle int

Property Details

ClientHandle public_oe property

The local HDA client handle.
public int ClientHandle
Résultat int

Error public_oe property

Any error associated with the handle.
public int Error
Résultat int

NodeId public_oe property

The remote node id.
public NodeId NodeId
Résultat NodeId

ServerHandle public_oe property

The local HDA server handle.
public int ServerHandle
Résultat int