MySQL 5.6.14 Source Code Document
|
#include <EventSubscribeReq.hpp>
Public Member Functions | |
STATIC_CONST (SignalLength=2+LogLevel::LOGLEVEL_CATEGORIES) | |
EventSubscribeReq & | assign (const LogLevel &ll) |
Public Attributes | |
Uint32 | blockRef |
Uint32 | noOfEntries |
Uint32 | theData [LogLevel::LOGLEVEL_CATEGORIES] |
Friends | |
class | Cmvmi |
class | MgmtSrvr |
Requests change (new, update, delete) of event subscription, i.e. forwarding of events.
SENDER: Mgm server RECIVER: SimBlockCMCtrBlck
Definition at line 31 of file EventSubscribeReq.hpp.
|
friend |
Receiver(s)
Definition at line 35 of file EventSubscribeReq.hpp.
|
friend |
Sender(s)
Definition at line 40 of file EventSubscribeReq.hpp.
Uint32 EventSubscribeReq::blockRef |
Note: If you use the same blockRef as you have used earlier, you update your ongoing subscription
Definition at line 48 of file EventSubscribeReq.hpp.
Uint32 EventSubscribeReq::noOfEntries |
If you specify 0 entries, it's the same as cancelling an subscription
Definition at line 54 of file EventSubscribeReq.hpp.