Constructor. Initialize the class with the value of the byte array.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public EthernetAddress( byte[] data ) |
| Visual Basic |
|---|
Public Sub New ( _ data As Byte() _ ) |
| Visual C++ |
|---|
public: EthernetAddress( array<unsigned char>^ data ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Byte array whose value is used to initialize the class.