Leadtools.Dicom.Scu.Common Namespace > DicomConnection Class : ReceiveBuffer Event |
public event ReceiveBufferDelegate ReceiveBuffer
'Declaration Public Event ReceiveBuffer As ReceiveBufferDelegate
'Usage Dim instance As DicomConnection Dim handler As ReceiveBufferDelegate AddHandler instance.ReceiveBuffer, handler
public event ReceiveBufferDelegate ReceiveBuffer
add_ReceiveBuffer(function(sender, e)) remove_ReceiveBuffer(function(sender, e))
public: event ReceiveBufferDelegate^ ReceiveBuffer
The event handler receives an argument of type ReceiveBufferEventArgs containing data related to this event. The following ReceiveBufferEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Buffer | Gets or sets the buffer. |
BufferSize | Gets or sets the size of the buffer. |
Error | Gets or sets the error. |
PduType | Gets or sets the type of the pdu. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2