Skip to content

SIO Commands for Device IDs $71 to $78

Thomas Cherryhomes edited this page Dec 2, 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
$25 N: SIO Command $25 - Point in File
$26 N: SIO Command $26 - Note in 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
'c' N: SIO Command 'c' - Close Client Connection

UDP Protocol SIO Commands

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

HTTP Protocol SIO Commands

Command Description
'C' HTTP Collect Headers
'H' HTTP Headers
'P' HTTP POST

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

Related pages

Clone this wiki locally