Difference between revisions of "SHIPHarbour:DataTypes:FSType"

From Serious Documentation
Jump to: navigation, search
(Created page with "==Coming Soon== This page is currently under construction. If you need immediate help with this topic, please contact [https://www.seriousintegrated.com/contact Serious Suppor...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Coming Soon==
+
== Description ==
This page is currently under construction. If you need immediate help with this topic, please contact [https://www.seriousintegrated.com/contact Serious Support].
+
<onlyinclude>Used by [[SHIPHarbour:Files|Files]] requests to specify a target file system on a Serious module.</onlyinclude>
 +
 
 +
=== UNSET_FSTYPE ===
 +
Must not be used, indicates the field was not set properly.
 +
 
 +
=== INVALID_FSTYPE ===
 +
May be used internally to indicate an error when encountering an unexpected value.
  
Thank you for your patience.
+
=== BULK ===
 +
Internal file system.
  
[[Category:NoIndex]]
+
=== USBH ===
[[Category:UnderConstruction]]
+
Removable USB Host-based file system.
  
== Description ==
+
=== SD ===
<onlyinclude>Used by [[SHIPHarbour:Files|Files]] requests to specify a target file system on a Serious module.</onlyinclude>
+
Removable SD Card-based file system.

Latest revision as of 18:22, 31 July 2017

Description

Used by Files requests to specify a target file system on a Serious module.

UNSET_FSTYPE

Must not be used, indicates the field was not set properly.

INVALID_FSTYPE

May be used internally to indicate an error when encountering an unexpected value.

BULK

Internal file system.

USBH

Removable USB Host-based file system.

SD

Removable SD Card-based file system.