Skip to content

SIO Commands for Device IDs $71 to $78

Thomas Cherryhomes edited this page Nov 12, 2020 · 23 revisions

SIO Commands for Device IDs $70 to $78

The following table shows the currently proposed SIO commands for Device $71 to $78 - The FujiNet Device itself.

Command Description
'O' N: SIO Command 'O' - Open
'C' N: SIO Command 'C' - Close
'R' N: SIO Command 'R' - Read
'S' N: SIO Command 'S' - Status
'W' N: SIO Command 'W' - Write
'T' N: SIO Command 'T' - Set Translation
$20 N: SIO Command $20 - Rename File
$21 N: SIO Command $21 - Delete File
$2A N: SIO Command $2A - Make Directory
$2B N: SIO Command $2B - Remove Directory
$2C N: SIO Command $2C - Change Directory
$80 N: SIO Command $80 - Parse JSON
$81 N: SIO Command $81 - Query JSON
$FF N: SIO Command $FF - Query for Special Command DSTATS

Any commands not listed here are considered special, and are sent to the underlying protocol to be queried for support (by determining if a valid DSTATS is returned for the given special command), therefore any handler should issue a $FF command before sending a special command.

TCP Protocol SIO Commands

Command Description
'A' N: SIO Command 'A' - Accept

UDP Protocol SIO Commands

Command Description
'D' N: SIO Command 'D' - Set UDP Destination

HTTP Protocol SIO Commands

Command Description
'P' HTTP POST

This list is very much in progress and is subject to change.

Related pages

Clone this wiki locally