MacAddress Constructor (Byte) |
Initializes a new instance of the MacAddress class using the specified
byte array.
Namespace: Network.Sim.LinkAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MacAddress(
byte[] address
)
Parameters
- address
- Type: SystemByte
An array containing 6 bytes to initialize this
instance with.
Exceptions
See Also