Alex Bikfalvi
SimStream Documentation
CStreamMessagePullBitmapResponse Class Reference
Inheritance diagram for CStreamMessagePullBitmapResponse:
Public Types | |
| enum | EResponse { SUCCESS = 0, FAIL = 1 } |
| enum | EPreference { PREF_HIGH = 0, PREF_LOW = 1 } |
Public Member Functions | |
| CStreamMessagePullBitmapResponse (__uint32 stream, __uint32 first, __uint8 count, __uint64 bitmap, __bitrate bw, __bitrate bwUtil, EConnection connection, __uint32 connectionId, __uint32 connectionIdEntry, EResponse response, EPreference pref) | |
| virtual CPacket * | Copy () |
| __uint32 | First () |
| __uint8 | Count () |
| __uint64 | Bitmap () |
| __bitrate | Bw () |
| __bitrate | BwUtil () |
| EResponse | Response () |
| EPreference | Preference () |
Private Attributes | |
| __uint32 | first |
| __uint8 | count |
| __uint64 | bitmap |
| __bitrate | bw |
| __bitrate | bwUtil |
| EResponse | response |
| EPreference | pref |
Detailed Description
Definition at line 5 of file StreamMessagePullBitmapResponse.h.
The documentation for this class was generated from the following files:
Last updated: February 8, 2011