ReplyRaw Method

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

Creates a raw reply message targeted to the sender.

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

Syntax

'Declaration
Public Sub ReplyRaw ( _
    data As Byte() _
)
public void ReplyRaw(
    byte[] data
)
public:
void ReplyRaw(
    array<unsigned char>^ data
)
member ReplyRaw : 
        data:byte[] -> unit 
public function ReplyRaw(
    data : byte[]
)

Parameters

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