- error
- An error code.
- buffer
- Pointer to a buffer that holds the data that was received from the non-secure send process.
- length
- The length of the received data, in bytes.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnNonSecureReceivedIscl( _ ByVal error As DicomExceptionCode, _ ByVal buffer As IntPtr, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void OnNonSecureReceivedIscl( DicomExceptionCode error, IntPtr buffer, int length ) |
C++/CLI | |
---|---|
protected: virtual void OnNonSecureReceivedIscl( DicomExceptionCode error, IntPtr buffer, int length ) |
Parameters
- error
- An error code.
- buffer
- Pointer to a buffer that holds the data that was received from the non-secure send process.
- length
- The length of the received data, in bytes.
After data is received in a non-secure send process, this method is called. The data from
buffer will be freed after this callback method returns.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family