C# Class Paradox.MQTT.MqttCallbacks

Inheritance: IParadoxEventCallbacks
Show file Open project: tracstarr/ParadoxAlarmControl

Public Methods

Method Description
MqttCallbacks ( ParadoxMqttSettings settings, uPLibrary.Networking.M2Mqtt.MqttClient mqClient ) : System.Text
PutDeviceUpdate ( ParadoxIp.Model.Device device ) : void
PutPartitionUpdate ( ParadoxIp.Model.Partition partition ) : void

Method Details

MqttCallbacks() public method

public MqttCallbacks ( ParadoxMqttSettings settings, uPLibrary.Networking.M2Mqtt.MqttClient mqClient ) : System.Text
settings ParadoxMqttSettings
mqClient uPLibrary.Networking.M2Mqtt.MqttClient
return System.Text

PutDeviceUpdate() public method

public PutDeviceUpdate ( ParadoxIp.Model.Device device ) : void
device ParadoxIp.Model.Device
return void

PutPartitionUpdate() public method

public PutPartitionUpdate ( ParadoxIp.Model.Partition partition ) : void
partition ParadoxIp.Model.Partition
return void