PowerTCP Emulation for .NET CF
Buffer Field
See Also  Send comments on this topic.
Dart.Common Namespace > Data Class : Buffer Field




Gets the buffer provided to the Read method.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Buffer As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Data
Dim value() As Byte
 
value = instance.Buffer
C# 
public readonly byte[] Buffer
Managed Extensions for C++ 
public: readonly byte[]* Buffer
C++/CLI 
public:
readonly array<byte>^ Buffer

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.