Request frames:
Description
This frame type is emitted in response to a Remote File System IPv6 Request - 0x53. Refer to Local File System Request - 0x3B frame for a description of the variable Response Data field for each File System Command, and Local File System Response - 0xBB frame for Status Values.
This frame is only emitted if the the Frame ID in the request is non-zero.
Format
The following table provides the contents of the frame. For 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 |
0xd3 |
4 |
8-bit |
Frame ID |
A reference identifier used to match status responses. If set to 0, the device does not send a response. |
5 |
128-bit |
Source address |
128 bit IPv6 source address. |
21 |
8-bit |
Receive Options |
Transmission receive options. |
22 |
8-bit |
File System Command |
See File System Commands fro valid command values. |
23 |
8-bit |
Status |
See Status Values for a description |
24-n |
Variable |
Response Data |
Variable content based on File System Command. Only present if Status is 0 and command has additional data to provide |
EOF |
8-bit |
Checksum |
0xFF minus the 8-bit sum of bytes from offset 3 to this byte (between length and checksum). |