←Select platform

OnReceive Method (NotifyReceiveMessageBase)

Summary

Notifies an implementor that data has been received.

Syntax

C#
VB
C++
public virtual void OnReceive(  
   Leadtools.Dicom.Addin.DicomClient Client, 
   Leadtools.Dicom.DicomExceptionCode error, 
   Leadtools.Dicom.DicomPduType pduType, 
   IntPtr buffer, 
   int bytes 
) 
Public Overridable Sub OnReceive( _ 
   ByVal Client As Leadtools.Dicom.Addin.DicomClient, _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode, _ 
   ByVal pduType As Leadtools.Dicom.DicomPduType, _ 
   ByVal buffer As IntPtr, _ 
   ByVal bytes As Integer _ 
) 
public: 
virtual void OnReceive(  
   Leadtools.Dicom.Addin.DicomClient^ Client, 
   Leadtools.Dicom.DicomExceptionCode error, 
   Leadtools.Dicom.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize