- 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.
Visual Basic (Declaration) | |
---|---|
Overridable Sub OnReceive( _ ByVal Client As DicomClient, _ ByVal error As DicomExceptionCode, _ ByVal pduType As DicomPduType, _ ByVal buffer As IntPtr, _ ByVal bytes As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual void OnReceive( DicomClient Client, DicomExceptionCode error, DicomPduType pduType, IntPtr buffer, int bytes ) |
C++/CLI | |
---|---|
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family