Constructor. Initialize the class with the value of the byte array.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public EthernetAddress( byte[] data ) |
| Visual Basic (Declaration) |
|---|
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.