Show / Hide Table of Contents
View Source

Enum PDUType

Protocal Data Unit (PDU) Type. The first byte in a PDU message conveys the purpose of the message. The PDU type enum holds the different possible bytes and their meanings.

Namespace:EvilDICOM.Network.Enums
Assembly:EvilDICOM.dll
Syntax
public enum PDUType : byte

Fields

View Source

A_ABORT

Declaration
A_ABORT = 7
Field Value
Type Description
PDUType
View Source

A_ASSOC_ACCEPT

Declaration
A_ASSOC_ACCEPT = 2
Field Value
Type Description
PDUType
View Source

A_ASSOC_REJECT

Declaration
A_ASSOC_REJECT = 3
Field Value
Type Description
PDUType
View Source

A_ASSOC_REQUEST

Declaration
A_ASSOC_REQUEST = 1
Field Value
Type Description
PDUType
View Source

A_RELEASE_REQUEST

Declaration
A_RELEASE_REQUEST = 5
Field Value
Type Description
PDUType
View Source

A_RELEASE_RESPONSE

Declaration
A_RELEASE_RESPONSE = 6
Field Value
Type Description
PDUType
View Source

P_DATA_TRANSFER

Declaration
P_DATA_TRANSFER = 4
Field Value
Type Description
PDUType
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX