Prepend (add at the beginning) a single byte value

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

Syntax

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

Parameters

buf
Byte
Byte value to prepend

See Also