C# Class BRM_vscp_message.CVscpMsgMap

Show file Open project: grodansparadis/vscp_firmware Class Usage Examples

Protected Properties

Property Type Description
m_eventNameToHelperMap CMsgCracker>.Dictionary

Public Methods

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

Method Details

CVscpMsgMap() public method

public CVscpMsgMap ( ) : System
return System

Decode() public method

public Decode ( string i_eventName, byte i_dataBytes ) : string
i_eventName string
i_dataBytes byte
return string

Publish() public method

public Publish ( string i_EventName, CMsgCracker i_msgCracker ) : void
i_EventName string
i_msgCracker CMsgCracker
return void

Property Details

m_eventNameToHelperMap protected property

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