Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Delegate PDUBytesHandler

    Delegate for passing byte array

    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public delegate void PDUBytesHandler(byte[] unsupportedBytes);
    Parameters
    Type Name Description
    System.Byte[] unsupportedBytes

    byte array to be passed to the delegate.

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors