Represents SNMP sequence
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Sequence : AsnType, ICloneable
Public Class Sequence _ Inherits AsnType _ Implements ICloneable
public ref class Sequence : public AsnType, ICloneable
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Sequence()()() |
Constructor
| |
| Sequence(array<Byte>[]()[]) |
Constructor.
| |
| Clone()()() |
Clone sequence
(Overrides AsnType..::.Clone()()().) | |
| decode(array<Byte>[]()[], Int32) |
Decode sequence from the byte array. Returned offset value is advanced by the size of the sequence header.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).) | |
| encode(MutableByte) |
BER encode sequence
(Overrides AsnType..::.encode(MutableByte).) | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Set(array<Byte>[]()[]) |
Set sequence data
| |
| ToString()()() | (Inherited from Object.) | |
| Type |
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.) | |
| Value |
Get sequence data
|