PowerSNMP for .NET CF
Encode Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > NotificationMessage Class : Encode Method




Sets SysUpTime to MessageBase.SysUpTime before encoding the message.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Encode() As Byte()
Visual Basic (Usage)Copy Code
Dim instance As NotificationMessage
Dim value() As Byte
 
value = instance.Encode()
C# 
public override byte[] Encode()
Managed Extensions for C++ 
public: byte[]* Encode(); override 
C++/CLI 
public:
array<byte>^ Encode(); override 

Return Value

A byte array with the encoded message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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