C# 클래스 Opc.Ua.Di.TransferToDeviceMethodState

상속: Opc.Ua.MethodState
파일 보기 프로젝트 열기: OPCFoundation/UA-Nodeset

공개 프로퍼티들

프로퍼티 타입 설명
OnCall TransferToDeviceMethodStateMethodCallHandler

공개 메소드들

메소드 설명
Construct ( NodeState parent ) : NodeState

Constructs an instance of a node.

TransferToDeviceMethodState ( NodeState parent ) : System

Initializes the type with its default attribute values.

보호된 메소드들

메소드 설명
Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList inputArguments, IList outputArguments ) : ServiceResult

Invokes the method, returns the result and output argument.

Initialize ( ISystemContext context ) : void

Initializes the instance.

InitializeOptionalChildren ( ISystemContext context ) : void

Initializes the any option children defined for the instance.

메소드 상세

Call() 보호된 메소드

Invokes the method, returns the result and output argument.
protected Call ( ISystemContext context, Opc.Ua.NodeId objectId, IList inputArguments, IList outputArguments ) : ServiceResult
context ISystemContext The current context.
objectId Opc.Ua.NodeId The id of the object.
inputArguments IList The input arguments which have been already validated.
outputArguments IList The output arguments which have initialized with thier default values.
리턴 Opc.Ua.ServiceResult

Construct() 공개 정적인 메소드

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
리턴 NodeState

Initialize() 보호된 메소드

Initializes the instance.
protected Initialize ( ISystemContext context ) : void
context ISystemContext
리턴 void

InitializeOptionalChildren() 보호된 메소드

Initializes the any option children defined for the instance.
protected InitializeOptionalChildren ( ISystemContext context ) : void
context ISystemContext
리턴 void

TransferToDeviceMethodState() 공개 메소드

Initializes the type with its default attribute values.
public TransferToDeviceMethodState ( NodeState parent ) : System
parent NodeState
리턴 System

프로퍼티 상세

OnCall 공개적으로 프로퍼티

Raised when the the method is called.
public TransferToDeviceMethodStateMethodCallHandler OnCall
리턴 TransferToDeviceMethodStateMethodCallHandler