Constructor. Initialize the class with the value of the byte array.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public EthernetAddress(
	byte[] data
)
Public Sub New ( _
	data As Byte() _
)
public:
EthernetAddress(
	array<unsigned char>^ data
)

Parameters

data
array< Byte >[]()[]
Byte array whose value is used to initialize the class.

See Also