Get sub-array
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public MutableByte Get( int position, int length )
Public Function Get ( _ position As Integer, _ length As Integer _ ) As MutableByte
public: MutableByte^ Get( int position, int length )
Return Value
MutableByte array containing the sub-array.
Exceptions
| Exception | Condition |
|---|---|
| System..::.OverflowException | Thrown when position starts before the beginning of the array (position is less then 0) or position + length is greater then the length of the byte array contained in the object. |