SMALL

static MqttClient clientUser;

 

buttonSubscribe 클릭시

 

clientUser.Subscribe(new string[] { textBoxSubTopic.Text }, new byte[] { (byte)comboBoxQos.SelectedIndex });

LIST

'일반' 카테고리의 다른 글

데이터그리드뷰 서스펜드레이아웃, 더블버퍼링  (0) 2022.03.04
C#  (0) 2022.03.03
MQTT 예제 SubScriber Publisher  (0) 2022.03.03
MQTT정리  (0) 2022.03.03
윈도우 자동실행  (0) 2022.03.02

+ Recent posts