Enum NotificationType
Indicates the type of notification.
public enum NotificationType
Fields
ConnectionClosed = 3The connection was closed.
ConnectionFailed = 4The connection failed.
ObserverDisposed = 2The observer was disposed.
OwnerChanged = 6The owner of the matched bus name changed.
ReaderFailed = 5The reader failed.
Value = 1A value was successfully read.