You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Recorded Announcement File System Query 0x0102
Recorded Announcement File System Query 0x0102
SwitchKit Name
RecAnnFSQuery
Type
EXS API and SwitchKit API message
Description
This message queries the file system used by the VRAS SIMM’s Flash memory on the DSP-ONE card. In response to this message, the Excel platform sends a Recorded Announcement File System Report (0x0119).
Sent by
SwitchKit Code
C Structure
typedef struct {
BaseFields Base;
UBYTE Slot;
UBYTE SIMM;
UBYTE reserved19[251];
} XL_RecAnnFSQuery;
C Structure Response
typedef struct {
unsigned short Status;
UBYTE Data[251];
} XL_RecAnnFSQueryAck;
C++ Class
class XLC_RecAnnFSQuery : public XLC_OutboundMessage {
public:
UBYTE getSlot() const;
void setSlot(UBYTE x);
UBYTE getSIMM() const;
void setSIMM(UBYTE x);
};
C++ Class Response
class XLC_RecAnnFSQueryAck : public XLC_AcknowledgeMessage {
public:
unsigned short getStatus() const;
void setStatus(unsigned short 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 (0x000B) |
1, 2 |
Length (0x0007) |
3, 4 |
Message Type (0x0102) |
3, 4 |
Message Type (0x0102) |
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
6 |
Sequence Number |
6 |
Same Sequence Number |
7 |
Logical Node ID |
7 |
Logical Node ID |
: |
Address Method 0x00 - Individual AEs |
8, 9 |
|
Number of AEs to follow |
10 |
Checksum |
|
AE |
|||
: |
Checksum |