Indicates that the application has received a variant-specific message (or operation) that is stored in an attached buffer.
struct imgt_report_hdr
{
BYTE OperationID; /* Specifies the operation. */
BYTE bpad[3];
};
|
Field |
Description |
4 |
E |
N |
D |
E |
V |
H |
A |
N |
K |
T |
Q |
D |
T |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
OperationID |
Defines these attached operations: IMGT_OP_ ID_SET_CALL_TAG |
|
|
x |
|
|
|
|
|
|
|
|
|
|
|
Note: E10 is the same variant as 5ESS.
The OperationID field defines which structure is included in the attached buffer. As the following structure description shows, each structure includes an imgt_report_hdr structure declaration. Only the NI2 variant is supported.
struct imgt_report_CallTag
{
struct imgt_report_hdr hdr;
BYTE Slot;
BYTE pad[3];
DWORD CallTag;
};
|
OperationID value |
Description |
|---|---|
|
IMGT_OP_ID_SET_CALL_TAG |
The application received the result of SetCallTag,
indicating that the Two B channel Transfer (TBCT) operation was successful.
The result of the TBCT operation is stored in the attached imgt_report_CallTag
structure. |
|
IMGT_OP_ID_TRFD_CALL_CLEARING |
The application received the result of TransferredCallClearing,
indicating that the call transferred by the TBCT operation was cleared.
The result is stored in the attached imgt_report_CallTag structure. |