C# 클래스 Opc.Ua.Com.Server.HdaItemHandle

Stores information about an HDA item.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClientHandle int
Error int
NodeId NodeId
ServerHandle int

프로퍼티 상세

ClientHandle 공개적으로 프로퍼티

The local HDA client handle.
public int ClientHandle
리턴 int

Error 공개적으로 프로퍼티

Any error associated with the handle.
public int Error
리턴 int

NodeId 공개적으로 프로퍼티

The remote node id.
public NodeId NodeId
리턴 NodeId

ServerHandle 공개적으로 프로퍼티

The local HDA server handle.
public int ServerHandle
리턴 int