Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > INotifyReceiveMessage Interface : OnReceive Method |
void OnReceive( DicomClient Client, DicomExceptionCode error, DicomPduType pduType, IntPtr buffer, int bytes )
'Declaration Sub OnReceive( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode, _ ByVal pduType As DicomPduType, _ ByVal buffer As IntPtr, _ ByVal bytes As Integer _ )
'Usage Dim instance As INotifyReceiveMessage Dim Client As DicomClient Dim error As DicomExceptionCode Dim pduType As DicomPduType Dim buffer As IntPtr Dim bytes As Integer instance.OnReceive(Client, error, pduType, buffer, bytes)
void OnReceive( DicomClient^ Client, DicomExceptionCode error, DicomPduType pduType, IntPtr buffer, int bytes )