OnReceive Method

Summary

Notifies a connection that data was received.

Syntax
C#
VB
C++
protected override void OnReceive( 
   DicomExceptionCode error, 
   DicomPduType pduType, 
   IntPtr buffer, 
   int bytes 
) 
  
Protected Overrides Sub OnReceive( _ 
   ByVal error As DicomExceptionCode, _ 
   ByVal pduType As DicomPduType, _ 
   ByVal buffer As IntPtr, _ 
   ByVal bytes As Integer _ 
)  
protected: 
void OnReceive(  
   DicomExceptionCode error, 
   DicomPduType pduType, 
   IntPtr buffer, 
   int bytes 
) override  

Parameters

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly