Resource Information Notify 0x0141

SwitchKit Name

ResourceInfoNotify

Type

EXS and SwitchKit API message

Description

Resource Information Notify 0x0141

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 from the Switch to notify the Host of the SMS data received by the DSP Series 2 card.

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_ResourceInfoNotify;

 

C++ Class

class XLC_ResourceInfoNotify: 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 (0x0127)

3, 4

Message Type (0x0127)

5

Reserved (0x00)

5

Reserved (0x00)

6

Sequence Number

6

Same Sequence Number

7

Logical Node ID

7

Logical Node ID

8, 9

Status (MSB, LSB)

8

:

AIB

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

0x0D Channel

:

Number of TLVs to Follow

:

Data Type

0x00 TLVs

:

Mandatory Return TLVs

0x0602 Resource Type

:

Number of TLVs to Follow

:

Checksum

 

Mandatory TLVs

0x0602 Resource Type
(This is the A Resource Type)

If the Resource Type is set to Send SMS (0x010A) or Receive SMS (0x010B)

0x0694 SMS Data

If the Resource Type is set to Receive FSK (0x010D):

0x0690 FSK Data

 

Optional TLVs

 

:

Checksum