개발 노트

C# mqtt 본문

프로그래밍/C#

C# mqtt

알 수 없는 사용자 2022. 3. 3. 16:31

static MqttClient clientUser;

 

buttonSubscribe 클릭시

 

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

'프로그래밍 > C#' 카테고리의 다른 글

데이터그리드뷰 서스펜드레이아웃, 더블버퍼링  (0) 2022.03.04
C#  (0) 2022.03.03
슬라이딩퍼즐  (0) 2022.03.02
데이터그리드뷰 자동조정  (0) 2022.02.24
sql union all, 탭인덱스  (0) 2022.02.24