NWFramer.ParseOutput Method
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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public bool ParseOutput(UIntPtr minimumIncompleteLength, UIntPtr maximumLength, Memory<byte> tempBuffer, Action<Memory<byte>,bool> handler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.ParseOutput : unativeint * unativeint * Memory<byte> * Action<Memory<byte>, bool> -> bool
Parameters
- minimumIncompleteLength
-
UIntPtr
unativeint
- maximumLength
-
UIntPtr
unativeint
Returns
- Attributes