Response frame: Local File System Response - 0xBB
Description
Access the XBee module’s file system.
The frame content varies based on the File System Command sent in the request. Payloads for each command and their respective responses are included.
For more information about the file system, see File system.
Format
The following table provides the contents of the frame. For more details on frame structure, see API Frames.
| Offset | Size | Frame Field | Description |
|---|---|---|---|
0 |
8-bit |
Start Delimiter |
Indicates the start of an API frame. |
1 |
16-bit |
Length |
Number of bytes between the length and checksum. |
3 |
8-bit |
Frame type |
0x3B |
4 |
8-bit |
Frame ID |
Identifies the data frame for the host to correlate with a subsequent response. If set to 0, the device will not emit a response frame. |
5 |
8-bit |
File System Command |
See File System Commands for valid values. |
6-n |
variable |
Request Parameters |
Variable content based on File System Commands. |
EOF |
8-bit |
Checksum |
0xFF minus the 8-bit sum of bytes from offset 3 to this byte (between length and checksum). |