Share via


Use of Streams (Windows CE 5.0)

Send Feedback

OBEX methods pass and accept standard OBEX headers. Body and EndOfBody headers are used to wrap the data of an object. The body sections of an object are abstracted with the COM-defined IStream interface, which is a blocking, file-like API. If raw data is to be sent, the Read and Write methods of IStream are used. In either case, the OBEX layer wraps the data in Body and EndOfBody headers as appropriate.

See Also

Client Support

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.