C# 클래스 HomeSecurity.Web.Hubs.HomeSecurityHub

상속: Hub
파일 보기 프로젝트 열기: mlinnen/CloudHomeSecurity

공개 메소드들

메소드 설명
ConnectToBroker ( ) : void
HomeSecurityHub ( ) : System
PublishCurrentState ( ) : void
PublishMessage ( string topic, string msg ) : void
Send ( string message ) : void
SendConnectedMQTTClients ( int count ) : void

비공개 메소드들

메소드 설명
ConnectToBroker ( string ip, int port, string clientId ) : void
_client_Connected ( object sender, EventArgs e ) : void
_client_ConnectionLost ( object sender, EventArgs e ) : void
_client_PublishArrived ( object sender, MqttLib.PublishArrivedArgs e ) : bool
_client_Published ( object sender, MqttLib.CompleteArgs e ) : void
_client_Subscribed ( object sender, MqttLib.CompleteArgs e ) : void
_client_Unsubscribed ( object sender, MqttLib.CompleteArgs e ) : void

메소드 상세

ConnectToBroker() 공개 메소드

public ConnectToBroker ( ) : void
리턴 void

HomeSecurityHub() 공개 메소드

public HomeSecurityHub ( ) : System
리턴 System

PublishCurrentState() 공개 메소드

public PublishCurrentState ( ) : void
리턴 void

PublishMessage() 공개 메소드

public PublishMessage ( string topic, string msg ) : void
topic string
msg string
리턴 void

Send() 공개 메소드

public Send ( string message ) : void
message string
리턴 void

SendConnectedMQTTClients() 공개 메소드

public SendConnectedMQTTClients ( int count ) : void
count int
리턴 void