Indexed access to the OctetString class data members.
CopyC#
Namespace:
SnmpSharpNetOctetString os = new OctetString("test"); for(int i=0;i<=os.Length;i++) { Console.WriteLine("{0}",os[i]); }
Assembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public: property unsigned char default[int index] { unsigned char get (int index); void set (int index, unsigned char value); }
Parameters
- index
- Int32
Index position of the data value to access