Prepend (add at the beginning) a single byte value
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Prepend( byte buf ) |
| Visual Basic |
|---|
Public Sub Prepend ( _ buf As Byte _ ) |
| Visual C++ |
|---|
public: void Prepend( unsigned char buf ) |
Parameters
- buf
- Type: System..::..Byte
Byte value to prepend