Core types

Common enums

  • FileVendor selects user, system, VEX, PROS, and development storage areas.
  • FileDownloadTarget selects QSPI and specialized transfer buffers.
  • RadioChannelType selects pit or download communication.
  • UserFifoChannel selects the running program’s STDOUT or STDIN buffer.
  • SmartDeviceType identifies devices attached to smart ports.
  • SerialDeviceType identifies connected USB device products.
Most applications should use FileVendor.USER and FileDownloadTarget.FILE_TARGET_QSPI.