- error
- An error code.
- type
- The type of data transmitted. This can be either the first byte of the DICOM message or 0, if it cannot be identified.
- length
- The length of the data sent, in bytes.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnNonSecureSendIscl( _ ByVal error As DicomExceptionCode, _ ByVal type As Byte, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C++/CLI | |
---|---|
protected: virtual void OnNonSecureSendIscl( DicomExceptionCode error, byte type, int length ) |
Parameters
- error
- An error code.
- type
- The type of data transmitted. This can be either the first byte of the DICOM message or 0, if it cannot be identified.
- length
- The length of the data sent, in bytes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family