[This is preliminary documentation and is subject to change.]
Access to emulator commands.
| C# | Visual Basic | Visual C++ |
public interface IEmulatorCommands
Public Interface IEmulatorCommands
public interface class IEmulatorCommands
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AbortEmulation()()() |
Can be used to send Abort command from (SCP) emulator.
| |
| AbortEmulationFromSCU()()() |
Can be used to send Abort command from (SCU) emulator.
| |
| BeginEmulateSCP(AsyncCallback) |
Asynchronously begin EmulateSCP.
| |
| BeginEmulateStorageCommitSCU(Int16, AsyncCallback) |
Asynchronously begin EmulateStorageCommitSCU.
| |
| BeginEmulateStorageSCU(array<String>[]()[], Boolean, Boolean, Boolean, UInt16, AsyncCallback) |
Asynchronously begin EmulateStorageSCU.
| |
| BeginEmulateVerificationSCU(AsyncCallback) |
Asynchronously begin EmulateVerificationSCU.
| |
| EmulateSCP()()() |
SCP Emulator.
| |
| EmulateStorageCommitSCU(Int16) |
Storage Commitment SCU Emulator - emulate command.
Send the Storage Commitment message - use the storage commitment details
built up during any previous SendModalityImagesStored() operations.
The N-ACTION-RQ will be sent to the Image Manager. The value
of the awaitNEventReport boolean will determine whether this call waits for
the N-EVENT-REPORT-RQ from the Image Manager or not.
N-EVENT-REPORT-RQ is expected over the same association or not. True - wait for
N-EVENT-REPORT-RQ on this association. False - N-EVENT-REPORT-RQ will be sent to
the Acquisition Modality actor over a separate association. | |
| EmulateStorageSCU(array<String>[]()[], Boolean, Boolean, Boolean, UInt16) |
Storage SCU Emulator - emulate command.
| |
| EmulateVerificationSCU()()() |
Verification SCU Emulator - emulate command.
| |
| EndEmulateSCP(IAsyncResult) |
End asynchronous EmulateSCP.
| |
| EndEmulateStorageCommitSCU(IAsyncResult) |
End asynchronous EmulateSCP.
| |
| EndEmulateStorageSCU(IAsyncResult) |
End asynchronous EmulateStorageSCU.
| |
| EndEmulateVerificationSCU(IAsyncResult) |
End asynchronous EmulateSCP.
| |
| TerminateConnection()()() |
Can be used to stop an (SCP) emulator.
|