C# Класс Opc.Ua.NotificationMessage

A message return in a Publish response.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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