Represents a notification from a rfid device to the service
Namespace: Microsoft.SensorServices.Rfid.Dspi
Assembly: Microsoft.Rfid.SpiSdk (in microsoft.rfid.spisdk.dll)

Syntax
<SerializableAttribute> _
Public NotInheritable Class Notification
[SerializableAttribute]
public sealed class Notification
[SerializableAttribute]
public ref class Notification sealed
/** @attribute SerializableAttribute() */
public final class Notification
SerializableAttribute
public final class Notification

Remarks
Notification contains a list of events from the device, and could include management or tagread events.

Inheritance Hierarchy

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms
Development Platforms
Windows Server 2008; Windows Server 2003 R2 (except the Web Edition); Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; Windows Vista Ultimate; Windows Vista Enterprise; Windows Vista Business; Windows XP Professional
Target Platforms
Microsoft Windows CE 5.0; Microsoft Windows Mobile 5.0 for Pocket PC; Microsoft Windows Mobile 6.0 (Classic or Professional); Microsoft Windows Mobile 6.1 (Professional)

See Also