일반

C# mqtt

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

static MqttClient clientUser;

 

buttonSubscribe 클릭시

 

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

LIST