Share via


NWEthernetChannelReceiveDelegate Delegate

Definition

public delegate void NWEthernetChannelReceiveDelegate(DispatchData? content, ushort vlanTag, string? localAddress, string? remoteAddress);
type NWEthernetChannelReceiveDelegate = delegate of DispatchData * uint16 * string * string -> unit

Parameters

content
DispatchData
vlanTag
UInt16
localAddress
String
remoteAddress
String

Applies to