Append data to the internal buffer
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Append( byte[] buf ) |
| Visual Basic |
|---|
Public Sub Append ( _ buf As Byte() _ ) |
| Visual C++ |
|---|
public: void Append( array<unsigned char>^ buf ) |
Parameters
- buf
- Type: array<System..::..Byte>[]()[][]
Byte array to append to the internal byte array
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Thrown when argument buf is null or length of zero |