Public Attributes | |
| SECStateEventFunc | state_event_func |
| REG_THREAD_STATE | reg_thread_state |
| SimiasEventFuncInfo * | event_handlers [NUM_OF_ACTION_TYPES] |
| SimiasEventMessage * | received_messages |
| SECStateEventFunc RealSimiasEventClient::state_event_func |
Callback function for lettng the consumer know about state changes and errors.
| REG_THREAD_STATE RealSimiasEventClient::reg_thread_state |
Tells the state of the registration thread. This is a work around for the error that gets thrown when the registration thread exits with a pending async receive.
| SimiasEventFuncInfo* RealSimiasEventClient::event_handlers[NUM_OF_ACTION_TYPES] |
Array of SimiasEventFunc pointers stored in a linked-list and indexed by IPROC_EVENT_ACTION.
| SimiasEventMessage* RealSimiasEventClient::received_messages |
Items needed for the tail queue of received messages.
1.5.6