NWEthernetChannel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| NWEthernetChannel(UInt16, NWInterface) | |
| NWEthernetChannel(UInt16, NWInterface, NWParameters) |
NWEthernetChannel(UInt16, NWInterface)
public NWEthernetChannel(ushort ethernetType, Network.NWInterface networkInterface);
new Network.NWEthernetChannel : uint16 * Network.NWInterface -> Network.NWEthernetChannel
Parameters
- ethernetType
- UInt16
- networkInterface
- NWInterface
Applies to
NWEthernetChannel(UInt16, NWInterface, NWParameters)
public NWEthernetChannel(ushort ethernetType, Network.NWInterface networkInterface, Network.NWParameters parameters);
new Network.NWEthernetChannel : uint16 * Network.NWInterface * Network.NWParameters -> Network.NWEthernetChannel
Parameters
- ethernetType
- UInt16
- networkInterface
- NWInterface
- parameters
- NWParameters