Leosac  0.8.0
Open Source Access Control
Leosac::Module::TCPNotifier Namespace Reference

Classes

class  NotifierInstance
 This is an instance of the Notifier. More...
 
class  ProtocolException
 An specialized exception that ProtocolHandler can throw when converting the credential to a message failed. More...
 
class  ProtocolHandler
 Implements a given (TCP) protocol for notifying clients. More...
 
class  PushSimpleCardNumber
 Simple protocol that sends the card number. More...
 
class  TCPNotifierModule
 

Typedefs

using NotifierInstanceUPtr = std::unique_ptr< NotifierInstance >
 
using ProtocolHandlerUPtr = std::unique_ptr< ProtocolHandler >
 

Enumerations

enum  Protocol { SIMPLE_CARD_NUMBER }
 

Typedef Documentation

◆ NotifierInstanceUPtr

Definition at line 36 of file NotifierInstance.hpp.

◆ ProtocolHandlerUPtr

Definition at line 38 of file ProtocolHandler.hpp.

Enumeration Type Documentation

◆ Protocol

Enumerator
SIMPLE_CARD_NUMBER 

Definition at line 32 of file ProtocolHandler.hpp.