Share via


NWEthernetChannel.Send Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public void Send(ReadOnlySpan<byte> content, ushort vlanTag, string remoteAddress, Action<Network.NWError?> callback);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.Send : ReadOnlySpan<byte> * uint16 * string * Action<Network.NWError> -> unit

Parameters

content
ReadOnlySpan<Byte>
vlanTag
UInt16
remoteAddress
String
callback
Action<NWError>
Attributes

Applies to