See Also

DatagramEventArgs Class  | DatagramEventArgs Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

Buffer Property

Dart.PowerSNMP Namespace > DatagramEventArgs Class : Buffer Property

Gets the buffer holding the encoded SNMP message.

[Visual Basic]
Public ReadOnly Property Buffer As Byte()
[C#]
public byte[] Buffer {get;}
[C++]
public: __property byte[]* get_Buffer();
[C++/CLI]
public: property array<byte>^ Buffer {    array<byte>^ get(); }

Return Type

The byte array holding the encoded message. Check the Count property for the number of bytes containing the datagram.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

DatagramEventArgs Class  | DatagramEventArgs Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.