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.2.0 (0.5.2.0)

Syntax

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

Parameters

data
Type: System..::.Byte
Byte value to initilize the class value with

See Also