Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface PDU

    Interface for PDU

    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public interface PDU

    Methods

    Read(RawPDU)

    Reads PDU from PDU buffer

    Declaration
    void Read(RawPDU raw)
    Parameters
    Type Name Description
    RawPDU raw

    PDU buffer

    WriteAsync(Stream, CancellationToken)

    Writes PDU to stream

    Declaration
    Task WriteAsync(Stream stream, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.IO.Stream stream
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task

    Extension Methods

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