ReceiveBuffer Event

Summary

Occurs when connections received buffered data.

Syntax
C#
VB
C++
public event ReceiveBufferDelegate ReceiveBuffer 
  
Public Event ReceiveBuffer As ReceiveBufferDelegate 
public: 
event ReceiveBufferDelegate^ ReceiveBuffer 

Event Data

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.

PropertyDescription
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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly