Debug.DumpBuffer Method

Prints the data for a specified buffer to the standard output stream.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)

Syntax

[MethodImplAttribute]
public static void DumpBuffer (
         byte[] buf,
         boolfCRC,
         boolfOffset
)

Parameters

  • buf
    An array containing the bytes of buffer data.
  • fCRC
    A Boolean value that specifies whether to compute and print the cyclic redundancy check (CRC) for each row of data.
  • fOffset
    A Boolean value that specifies whether to print the memory offset address for each row of data.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Debug Class
Debug Members
Microsoft.SPOT Namespace