Search Results for

    Show / Hide Table of Contents

    Delegate PDUBytesHandler

    Delegate for passing byte array

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void PDUBytesHandler(byte[] unsupportedBytes);
    Parameters
    Type Name Description
    Byte[] unsupportedBytes

    byte array to be passed to the delegate.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors