C# 클래스 BRM_vscp_message.CVscpMsgMap

파일 보기 프로젝트 열기: grodansparadis/vscp_firmware 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_eventNameToHelperMap CMsgCracker>.Dictionary

공개 메소드들

메소드 설명
CVscpMsgMap ( ) : System
Decode ( string i_eventName, byte i_dataBytes ) : string
Publish ( string i_EventName, CMsgCracker i_msgCracker ) : void

메소드 상세

CVscpMsgMap() 공개 메소드

public CVscpMsgMap ( ) : System
리턴 System

Decode() 공개 메소드

public Decode ( string i_eventName, byte i_dataBytes ) : string
i_eventName string
i_dataBytes byte
리턴 string

Publish() 공개 메소드

public Publish ( string i_EventName, CMsgCracker i_msgCracker ) : void
i_EventName string
i_msgCracker CMsgCracker
리턴 void

프로퍼티 상세

m_eventNameToHelperMap 보호되어 있는 프로퍼티

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