C# 클래스 Opc.Ua.NotificationMessage

A message return in a Publish response.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
GetDataChanges ( bool reverse ) : IList

Returns the data changes contained in the notification message.

GetEvents ( bool reverse ) : IList

Returns the events contained in the notification message.

메소드 상세

GetDataChanges() 공개 메소드

Returns the data changes contained in the notification message.
public GetDataChanges ( bool reverse ) : IList
reverse bool
리턴 IList

GetEvents() 공개 메소드

Returns the events contained in the notification message.
public GetEvents ( bool reverse ) : IList
reverse bool
리턴 IList