Set class value to an array 1 byte long and set the value to the supplied argument.

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

Syntax

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

Parameters

data
Byte
Byte value to initilize the class value with

See Also