Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveUnknown Method |
void OnReceiveUnknown( byte presentationID, DicomDataSet commandSet, DicomDataSet dataSet, DicomNet net )
'Declaration Sub OnReceiveUnknown( _ ByVal presentationID As Byte, _ ByVal commandSet As DicomDataSet, _ ByVal dataSet As DicomDataSet, _ ByVal net As DicomNet _ )
'Usage Dim instance As IDicomEvents Dim presentationID As Byte Dim commandSet As DicomDataSet Dim dataSet As DicomDataSet Dim net As DicomNet instance.OnReceiveUnknown(presentationID, commandSet, dataSet, net)
void OnReceiveUnknown( byte presentationID, DicomDataSet commandSet, DicomDataSet dataSet, DicomNet net )
ObjectiveC Syntax
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveUnknown( presentationID , commandSet , dataSet , net )
void OnReceiveUnknown( byte presentationID, DicomDataSet^ commandSet, DicomDataSet^ dataSet, DicomNet^ net )
To customize this method, you must derive a class from DicomNet and override this method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2