MObexReadActivityObserver Class Reference

class MObexReadActivityObserver

This mixin class must be inherited by any class interested in read activity notifications.

Public Member Functions
void MoraoReadActivity ()

Member Functions Documentation

MoraoReadActivity()

void MoraoReadActivity ( ) [inline, virtual]

Indicates read activity. This is guaranteed to be called when the transport completes the first transport read in an Obex operation (which may correspond to less than a complete Obex packet), and may be called at additional times before the operation is completed. Note that the upcall behaviour is dependent on transport layer and version -- even if experiments show more frequent upcalls, the only behaviour which may be assumed is a single upcall per operation.