ReceiveBuffer Event

Summary
Occurs when connections received buffered data.
Syntax
C#
C++/CLI
public event ReceiveBufferDelegate ReceiveBuffer 
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 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.