PowerSNMP for .NET
Encode() Method




Encode object and return as a byte array. Normally used to create an SNMP packet.
Syntax
Public Function Encode() As Byte()
Dim instance As TaggedType
Dim value() As Byte
 
value = instance.Encode()
public byte[] Encode()
public: byte[]* Encode(); 
public:
array<byte>^ Encode(); 

Return Value

Byte array
See Also

Reference

TaggedType Class
TaggedType Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic