221.3.4. 메서드 ID

OPC UA 노드에서 메서드 호출을 수행할 수 있습니다. 매개 변수 메서드가 메서드 호출의 Node ID로 설정된 경우(이 경우 노드 ID를 부모 개체로 설정해야 합니다) 쓰기 작업 대신 메서드 호출이 수행됩니다.If the parameter method is set to the Node ID of a method call (the node ID must be set to the parent object in this case), then a method call will be performed instead of a write operation.

입력 매개변수는 본문에서 가져옵니다.

  • 본문이 null이면 빈 Variant[] 가 사용됩니다.
  • 본문이 Variant[] 이면 다음과 같이 사용됩니다.
  • 본문이 Variant 인 경우 Variant[] 배열로 래핑됩니다.
  • 그렇지 않으면 본문은 Variant []배열로 변환되고 래핑됩니다.