C# Class Opc.Ua.Server.CoreNodeManager.CallRequest

Stores temporary information while processing Call request.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
ArgumentErrors List
Callable ICallable
HasInvalidArgument bool
Index int
InputArguments object[]
MethodHandle object
MethodId NodeId
ObjectId NodeId

Property Details

ArgumentErrors public_oe property

public List ArgumentErrors
return List

Callable public_oe property

public ICallable Callable
return ICallable

HasInvalidArgument public_oe property

public bool HasInvalidArgument
return bool

Index public_oe property

public int Index
return int

InputArguments public_oe property

public object[] InputArguments
return object[]

MethodHandle public_oe property

public object MethodHandle
return object

MethodId public_oe property

public NodeId MethodId
return NodeId

ObjectId public_oe property

public NodeId ObjectId
return NodeId