PayloadRaw Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the raw contents of the message.

Namespace:  Microsoft.SPOT.Messaging
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public ReadOnly Property PayloadRaw As Byte()
public byte[] PayloadRaw { get; }
public:
property array<unsigned char>^ PayloadRaw {
    array<unsigned char>^ get ();
}
member PayloadRaw : byte[]
function get PayloadRaw () : byte[]

Property Value

Type: array<System. . :: . .Byte> [] () [] []
Returns an array of bytes containing the raw message contents.

Remarks

This class supports the .NET Micro Framework infrastructure and is not intended to be used directly from your code.

.NET Framework Security

See Also

Reference

Message Class

Microsoft.SPOT.Messaging Namespace