Search Results for

    Show / Hide Table of Contents

    Interface PDU

    Interface for PDU

    Namespace: Dicom.Network
    Assembly: cs.temp.dll.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

    Write()

    Writes PDU to PDU buffer

    Declaration
    RawPDU Write()
    Returns
    Type Description
    RawPDU

    PDU buffer

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