Class Notification
Class providing notifications of events generated by both the program and the RFID reader.
Inheritance
System.Object
Notification
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RFID.SensorTag
Assembly: SensorTag.dll
Syntax
public class Notification
Constructors
Notification(NotificationLevelEnum, NotificationNumberEnum, String)
Parameterized constructor for notification object
Declaration
public Notification(NotificationLevelEnum notificationLevelArg, NotificationNumberEnum notificationNumberArg, string messageArg)
Parameters
Type | Name | Description |
---|---|---|
NotificationLevelEnum | notificationLevelArg | Level of severity |
NotificationNumberEnum | notificationNumberArg | Type of notification |
System.String | messageArg | String providing readable version of notification |
Properties
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String | String providing readable version of notification |
NotificationLevel
Declaration
public NotificationLevelEnum NotificationLevel { get; }
Property Value
Type | Description |
---|---|
NotificationLevelEnum | Level of severity |
NotificationNumber
Declaration
public NotificationNumberEnum NotificationNumber { get; }
Property Value
Type | Description |
---|---|
NotificationNumberEnum | Type of notification |