Search Results for

    Show / Hide Table of Contents

    Delegate ByteSourceCallback

    Delegate for IByteSource callback functions.

    Namespace: Dicom.IO
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void ByteSourceCallback(IByteSource source, object state);
    Parameters
    Type Name Description
    IByteSource source

    Byte source.

    Object state

    Callback state.

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