NEFilterDataVerdict.DataVerdict(nuint, nuint) Method

Definition

Creates and returns a verdict that allows passBytes to be passed on and notifies the system that it needs to see peekBytes next.

[Foundation.Export("dataVerdictWithPassBytes:peekBytes:")]
public static NetworkExtension.NEFilterDataVerdict DataVerdict (nuint passBytes, nuint peekBytes);
static member DataVerdict : nuint * nuint -> NetworkExtension.NEFilterDataVerdict

Parameters

passBytes
System.System.UIntPtr System.unativeint
peekBytes
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to