public class MPPSSCPTool extends Object implements TestTool
Modifier and Type | Class and Description |
---|---|
class |
MPPSSCPTool.MPPSResult |
class |
MPPSSCPTool.ReceivedMPPS |
private class |
MPPSSCPTool.ToolMPPSSCP |
Modifier and Type | Field and Description |
---|---|
(package private) ApplicationEntity |
ae |
(package private) Device |
d |
private List<MPPSSCPTool.ReceivedMPPS> |
received |
Constructor and Description |
---|
MPPSSCPTool(Device d) |
Modifier and Type | Method and Description |
---|---|
MPPSSCPTool.MPPSResult |
getResult() |
void |
init(TestResult resultIn) |
void |
start() |
void |
stop() |
void |
waitForIncoming(int howMany,
int timeoutInSeconds) |
private List<MPPSSCPTool.ReceivedMPPS> received
public MPPSSCPTool(Device d)
public void init(TestResult resultIn)
public void start()
public void stop()
public MPPSSCPTool.MPPSResult getResult()
public void waitForIncoming(int howMany, int timeoutInSeconds)
Copyright © 2017 dcm4che.org. All rights reserved.