Append a single byte value to the internal buffer

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Append(
	byte buf
)
Public Sub Append ( _
	buf As Byte _
)
public:
void Append(
	unsigned char buf
)

Parameters

buf
Byte
Byte value to append to the internal buffer

See Also