ISubscriber:IUnknown (Windows CE 5.0)
This interface provides the means for a publisher to send information to a subscriber. The application that receives data from a publisher implements this interface.
The following table shows this interface's methods.
Method | Description |
---|---|
ISubscriber::Write | Sends data from a publisher to a subscriber. |
ISubscriber::Notify | Notifies a subscriber of events. Called by the subscriber service. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: CEPubSub.h (for development workstation), CEPubSubPS.h (for target device), CePubSub.idl.
Link Library: Rts.lib (for development workstation), PSPubSubCE.lib (for target device).
See Also
Publish/Subscribe API | Subscriber Characteristics
Send Feedback on this topic to the authors