C# Class Opc.Ua.NotificationMessage

A message return in a Publish response.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method 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 method

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

GetEvents() public method

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