C# Class BRM_vscp_message.CVscpMsgMap

Afficher le fichier Open project: grodansparadis/vscp_firmware Class Usage Examples

Protected Properties

Свойство Type Description
m_eventNameToHelperMap CMsgCracker>.Dictionary

Méthodes publiques

Méthode Description
CVscpMsgMap ( ) : System
Decode ( string i_eventName, byte i_dataBytes ) : string
Publish ( string i_EventName, CMsgCracker i_msgCracker ) : void

Method Details

CVscpMsgMap() public méthode

public CVscpMsgMap ( ) : System
Résultat System

Decode() public méthode

public Decode ( string i_eventName, byte i_dataBytes ) : string
i_eventName string
i_dataBytes byte
Résultat string

Publish() public méthode

public Publish ( string i_EventName, CMsgCracker i_msgCracker ) : void
i_EventName string
i_msgCracker CMsgCracker
Résultat void

Property Details

m_eventNameToHelperMap protected_oe property

A one-to-one mapping of event tags to delegates managed by the event pool.
protected Dictionary m_eventNameToHelperMap
Résultat CMsgCracker>.Dictionary