OnReceive Method

Summary
Notifies an implementor that data has been received.
Syntax
C#
C++/CLI
public virtual void OnReceive( 
   DicomClient Client, 
   DicomExceptionCode error, 
   DicomPduType pduType, 
   IntPtr buffer, 
   int bytes 
) 
public: 
virtual void OnReceive(  
   DicomClient^ Client, 
   DicomExceptionCode error, 
   DicomPduType pduType, 
   IntPtr buffer, 
   int bytes 
)  

Parameters

Client
The client this notification applies to.

error
An error code.

pduType
The type of data that was sent.

buffer
Pointer to a buffer that contains all the data that was sent. This includes the Command Set and any associated Data Set.

bytes
The number of bytes of the data specified by buffer.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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