Represents SNMP sequence

Namespace:  SnmpSharpNet
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)
Value
Get sequence data

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.Sequence

See Also