protected virtual void OnNonSecureSendIscl(
DicomExceptionCode ,
byte ,
int
)
'Declaration
Protected Overridable Sub OnNonSecureSendIscl( _
ByVal As DicomExceptionCode, _
ByVal As Byte, _
ByVal As Integer _
)
'Usage
Dim instance As DicomNet
Dim error As DicomExceptionCode
Dim type As Byte
Dim length As Integer
instance.OnNonSecureSendIscl(error, type, length)
protected virtual void OnNonSecureSendIscl(
DicomExceptionCode error,
byte type,
int length
)
function Leadtools.Dicom.DicomNet.OnNonSecureSendIscl(
error ,
type ,
length
)
protected:
virtual void OnNonSecureSendIscl(
DicomExceptionCode ,
byte ,
int
)