public interface MessageNotifier
Modifier and Type | Field and Description |
---|---|
static int |
CANNOT_SEND
Indicates that the message could not be sent.
|
static int |
F0_ERROR
Indicates that the transaction completed with a Function 0 message.
|
static int |
NO_ERROR
Indicates that the transaction completed successfully and that both
the request and response message are valid.
|
static int |
S9_ERROR
Indicates that the transaction completed with a Stream 9 message.
|
static int |
TIMEOUT_ERROR
Indicates that the transaction completed with a T3.
|
static int |
UNSOLICITED
This indicates that we received a unsolicited message.
|
Modifier and Type | Method and Description |
---|---|
void |
messageReceived(int status,
VIBMessageBean message)
Called on a recieved message.
|
static final int CANNOT_SEND
static final int F0_ERROR
static final int NO_ERROR
static final int S9_ERROR
static final int TIMEOUT_ERROR
static final int UNSOLICITED
void messageReceived(int status, VIBMessageBean message)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.