C# Class Opc.Ua.NotificationMessage

A message return in a Publish response.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetDataChanges() public méthode

Returns the data changes contained in the notification message.
public GetDataChanges ( bool reverse ) : IList
reverse bool
Résultat IList

GetEvents() public méthode

Returns the events contained in the notification message.
public GetEvents ( bool reverse ) : IList
reverse bool
Résultat IList