C# 클래스 MAXSharp.MAXEncodeDecode

this encodes/decodes messages from/to the ELV MAX! Cube. It's just base64.
파일 보기 프로젝트 열기: bietiekay/MAXSharp 1 사용 예제들

공개 메소드들

메소드 설명
ProcessLMessage ( String Message, House _House, IMAXDevice>.Dictionary _currentHouseDevices ) : IMAXMessage
ProcessMessage ( String Message, House _House ) : IMAXMessage

메소드 상세

ProcessLMessage() 공개 메소드

public ProcessLMessage ( String Message, House _House, IMAXDevice>.Dictionary _currentHouseDevices ) : IMAXMessage
Message String
_House House
_currentHouseDevices IMAXDevice>.Dictionary
리턴 IMAXMessage

ProcessMessage() 공개 메소드

public ProcessMessage ( String Message, House _House ) : IMAXMessage
Message String
_House House
리턴 IMAXMessage