You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Resource Release Indication 0x012E
Resource Release Indication 0x012E
SwitchKit Name
ResourceReleaseIndication
Type
EXS and SwitchKit API message
Description
Resource Release Indication 0x012E
Use this message to connect to a resource.
Connecting to a different resource types
Use this generic message to specify different Resource Types. When used for Frequency Shift Keying (FSK), the mandatory Resource Type TLV 0x0602 will be set to either Send SMS (0x010C) or Receive SMS (0x010D) and sent from the Switch to the Host to indicate a SMS call release at the Data Link Layer.
Sent by
Switch application
Related API Messages
Resource Create (0x0124)
Resource Modify (0x125)
Resource Delete (0x126)
SwitchKit Code
C Structure
typedef struct {
UBYTE AddrInfo[30];
UBYTE DataType;
UBYTE TLVCount;
UBYTE Data[221];
} XL_ResourceReleaseIndication;
C++ Class
class XLC_ResourceReleaseIndication: public XLC_OutboundMessage {
public:
const UBYTE *getAddrInfo() const;
UBYTE *getAddrInfo();
void setAddrInfo(UBYTE *x);
XBYTE getParentConferenceID() const;
void setParentConferenceID(XBYTE x);
XBYTE getChildConferenceID() const;
void setChildConferenceID(XBYTE x);
UBYTE getDataType() const;
void setDataType(UBYTE x);
UBYTE getTLVCount() const ;
void setTLVCount(UBYTE x) ;
const UBYTE *getData() const ;
UBYTE *getData();
void setData(UBYTE *x) ;
};
EXS API Hex Format
MESSAGE (White) |
RESPONSE (Gray) |
||
Byte |
Field Description |
Byte |
Field Description |
0 |
Frame (0xFE) |
0 |
Frame (0xFE) |
1, 2 |
Length (0x00NN) |
1, 2 |
Length (0x00NN) |
3, 4 |
Message Type (0x012E) |
3, 4 |
Message Type (0x012E) |
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
6 |
Sequence Number |
6 |
Same Sequence Number |
7 |
Logical Node ID |
7 |
Logical Node ID |
8, 9 |
|||
8 : |
Address Method 0x00 - Individual AEs |
10 . . . |
AIB (same as message) |
Number of AEs to follow |
: |
Data Type 0x00 TLVs |
|
AEs When using this message for conferencing:
Resource A |
: |
Number of TLVs to Follow |
|
: |
Data Type 0x00 TLVs |
: |
Mandatory Return TLVs |
: |
Number of TLVs to Follow |
: |
Checksum |
|
Mandatory TLV 0x0602 Resource Type
If the Resource Type is set to Send SMS (0x010A) or Receive SMS (0x010B) 0x0694 SMS Data |
||
: |
Checksum |