Insert single byte at specified location
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Insert( int position, byte buf ) |
| Visual Basic |
|---|
Public Sub Insert ( _ position As Integer, _ buf As Byte _ ) |
| Visual C++ |
|---|
public: void Insert( int position, unsigned char buf ) |
Parameters
- position
- Type: System..::..Int32
Location to perform insert (0 based)
- buf
- Type: System..::..Byte
Byte value to insert