PowerSNMP for .NET CF
ReportMessage Class
Members  See Also  Send comments on this topic.
Dart.Snmp Namespace : ReportMessage Class




The ReportMessage class is used to send user-defined information.

Object Model

ReportMessage ClassSegment ClassVariableCollection ClassVariable Class

Syntax

Visual Basic (Declaration) 
Public Class ReportMessage 
   Inherits ResponseMessage
Visual Basic (Usage)Copy Code
Dim instance As ReportMessage
C# 
public class ReportMessage : ResponseMessage 
Managed Extensions for C++ 
public __gc class ReportMessage : public ResponseMessage 
C++/CLI 
public ref class ReportMessage : public ResponseMessage 

Remarks

This message is used to send application-specific information. It is used internally as part of the SNMP version 3 security mechanism.

Inheritance Hierarchy

System.Object
   Dart.Snmp.MessageBase
      Dart.Snmp.StandardMessage
         Dart.Snmp.ResponseMessage
            Dart.Snmp.ReportMessage

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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