Interface PDU
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
Interface for PDU
public interface PDU
- Extension Methods
Methods
Read(RawPDU)
Reads PDU from PDU buffer
void Read(RawPDU raw)
Parameters
raw
RawPDUPDU buffer
WriteAsync(Stream, CancellationToken)
Writes PDU to stream
Task WriteAsync(Stream stream, CancellationToken cancellationToken)
Parameters
stream
StreamcancellationToken
CancellationToken