System.Net.NetworkInformation.UnixNetworkInterface.SetLinkLayerInfo C# (CSharp) Method

SetLinkLayerInfo() private method

private SetLinkLayerInfo ( int index, byte macAddress, NetworkInterfaceType type ) : void
index int
macAddress byte
type NetworkInterfaceType
return void
		internal void SetLinkLayerInfo (int index, byte[] macAddress, NetworkInterfaceType type)
		{
			this.index = index;
			this.macAddress = macAddress;
			this.type = type;
		}