MxPayloadΒΆ

class MxPayload : System.Object

Encapsulates an Mx payload. We have a seperate class since we need an array of byte arrays, which can’t be represented directly in Protobuf.

System.Byte[] Data

Gets or sets the data.

Value:The data of the payload.