public class DdeResponse
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static DdeResponse |
BUSY
Notifies the client or service that the transaction has not been processed because the process was busy.
|
static DdeResponse |
NOTPROCESSED
Notifies the client or service that the transaction has not been processed.
|
static DdeResponse |
PROCESSED
Notifies the client or service that the transaction has been processed successfully.
|
Constructor and Description |
---|
DdeResponse(int value) |
public static final DdeResponse PROCESSED
public static final DdeResponse BUSY
public static final DdeResponse NOTPROCESSED