Dart.Snmp Namespace > ReportMessage Class > ReportMessage Constructor : ReportMessage Constructor(RequestMessage) |
Public Function New( _ ByVal request As RequestMessage _ )
Dim request As RequestMessage Dim instance As New ReportMessage(request)
public ReportMessage( RequestMessage request )
public: ReportMessage( RequestMessage* request )
public: ReportMessage( RequestMessage^ request )
This constructor will create a ReportMessage with a matching MessageBase.Version, StandardMessage.Id, and StandardMessage.Security. All RequestMessage types are supported.