The Serial Data Transfer Interface (SDTI) is a feature of the BIOS. It allows software to transfer large amounts of data between objects. The Mark 1 uses the SDTI to communicate with external storage media, local area networks, and various peripherals. The SDTI is used to avoid length limits on native LSL communication functions such as llRegionSayTo.
System Call | Description |
---|---|
BIOS_SDTI_CANCEL | Cancels an SDTI serial connection. |
BIOS_SDTI_IN | Sets up an inbound SDTI serial connection. |
BIOS_SDTI_OUT | Opens an outbound SDTI serial connection. |
System Call | Description |
---|---|
BIOS_SDTI_CLOSE | Signals that an SDTI serial connection has closed. |
BIOS_SDTI_IN_RESP | Status response to BIOS_SDTI_IN. |
BIOS_SDTI_OUT_RESP | Status response to BIOS_SDTI_OUT. |