Set internal buffer to size 1 and copy supplied byte value into it

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

Syntax

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

Parameters

buf
Byte
Byte value to copy into internal byte array of size 1

See Also