←Select platform

ReceiveBuffer Event

Summary

Occurs when connections received buffered data.

Syntax

C#
VB
C++
public event ReceiveBufferDelegate ReceiveBuffer 
  
Public Event ReceiveBuffer As Leadtools.Dicom.Scu.Common.ReceiveBufferDelegate 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly