KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

MqttMessage Class

Represents a message for MQTT Notification Service.

Syntax

public class MqttMessage

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Methods

static
CreateBuilder () : MqttMessage.Builder
Instantiate MqttMessage builder. MQTT Delivery is enabled by default.
ToJson () : JsonOrg.JsonObject
Get JSONObjcet representation of this message. Operation of returned JSON object won't affect this object.
override
ToString () : string
Returns result of MqttMessage.ToJson as string.

Member Details

CreateBuilder Method

Instantiate MqttMessage builder. MQTT Delivery is enabled by default.

Syntax

public static MqttMessage.Builder CreateBuilder ()

Returns

Builder of the message.

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

ToJson Method

Get JSONObjcet representation of this message. Operation of returned JSON object won't affect this object.

Syntax

public JsonOrg.JsonObject ToJson ()

Returns

Represents this message.

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

ToString Method

Returns result of MqttMessage.ToJson as string.

Syntax

public override string ToString ()

Returns

JSON string.

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0