Sequence Class |
The Sequence type exposes the following members.
| Name | Description | |
|---|---|---|
| Sequence(IEnumerableISnmpData) | Creates an Sequence instance with varied ISnmpData instances. | |
| Sequence(Byte, ISnmpData) | Creates an Sequence instance with varied ISnmpData instances. | |
| Sequence(TupleInt32, Byte, Stream) | Initializes a new instance of the Sequence class. |
| Name | Description | |
|---|---|---|
| Item | Gets the ISnmpData at the specified index. | |
| Length | Item count in this Sequence. | |
| TypeCode | Type code. |
| Name | Description | |
|---|---|---|
| AppendBytesTo | Appends the bytes to Stream. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetEnumerator | Gets the enumerator. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLengthBytes | Gets the length bytes. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
Returns a String that represents this Sequence.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| ToBytes |
Converts ISnmpData to a byte array.
(Defined by SnmpDataExtension) |