Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123456]
►NARDUINOJSON_NAMESPACE | |
CReader< FlashString, void > | |
CFlashStringRefAdapter | |
CIsString< FlashString > | |
CIsWriteableString< FlashString > | |
►NCommandProcessing | |
CCommandDef | Command definition stored by handler |
►CCommand | Command delegate class |
CStringAccessor | Helper class for accessing individual strings |
CHandler | Command handler class |
NContentType | |
►NCrypto | |
CBlob | Wraps a pointer to some data with size |
►CHashContext | Class template for a Hash implementation 'Context' |
CState | |
CHmacContext | HMAC class template |
Ndetail | |
►NDial | |
CApp | |
CClient | |
►NEthernet | |
CDp83848 | DP 83848 PHY interface |
CIp101 | IP101 PHY interface |
CKsz8041 | KSZ 8041 PHY interface |
CLan8720 | LAN 8720 PHY interface |
CRtl8201 | RTL 8201 PHY interface |
CPhyConfig | PHY configuration |
CPhyFactory | Virtual class used to construct a specific PHY instance |
CService | Abstract Service class |
CDM9051PhyFactory | |
CDM9051Service | Ethernet provider using W5500 SPI |
►CSpiService | SPI ethernet provider |
CConfig | |
CW5500PhyFactory | |
CW5500Service | Ethernet provider using W5500 SPI |
CIdfService | Base Ethernet service for IDF SDK |
►NFormat | |
CFormatter | Virtual class to perform format-specific String adjustments |
CHtml | |
CJson | |
CStandard | |
CXml | |
►NFSTR | |
CArray | Class to access an array of integral values stored in flash |
CArrayPrinter | Class template to provide a simple way to print the contents of an array |
CMap | Class template to access an associative map |
CMapPair | Describes a pair mapping key => data for a specified key type |
CMapPrinter | Class template to provide a simple way to print the contents of a Map |
CObject | Base class template for all types |
CObjectBase | Used when defining data structures |
CObjectIterator | |
CStream | |
CString | Describes a counted string stored in flash memory |
CStringPrinter | Wrapper class to efficiently print large Strings |
CTableRow | Class template to define the row of a table |
CTemplateStream | Template Flash memory stream class |
CVector | Class to access a Vector of objects stored in flash |
►NGraphics | |
►NDisplay | |
CVirtual | Virtual display device for Host |
CILI9341 | |
CNullDevice | Null display device, discards data |
CST7789V | |
►NDrawing | |
CHeader | Command header structure |
CReader | |
CRegisters | |
CRenderer | A drawing contains a compact list of drawing commands, like a virtual plotter |
CTarget | |
CWriter | |
NMipi | |
►NResource | |
CGlyphResource | Describes glyph bitmap and position |
CGlyphBlock | Identifies a run of unicode characters |
CTypefaceResource | |
CFontResource | |
CImageResource | |
CVirtualTouch | |
CAbstractDisplay | |
CAddressWindow | Manages a rectangular area of display memory with position information |
CAsset | An asset is used to render an Object, but is not itself drawable |
CAssetTemplate | |
CSolidBrush | |
CTextureBrush | |
CGradientBrush | |
CImageBrush | Brush using pixels from image |
CBrush | The source of colour for drawing |
CPen | |
CPenAsset | |
CTextOptions | |
CTypeFace | Base class for a loaded typeface, e.g. Sans 16pt bold |
CFont | Base class for a loaded font |
CResourceTypeface | |
CResourceFont | |
CTextAsset | |
CObjectAsset | |
CAssetList | |
CBlend | Blend operations |
CBlendTemplate | |
CBlendWrite | |
CBlendXor | |
CBlendXNor | |
CBlendMask | |
CBlendTransparent | |
CBlendAlpha | |
►CSharedBuffer | Shared heap-allocated data buffer |
CControl | |
CReadBuffer | Buffer used for reading pixel data from device |
CReadStatus | Stores result of read operation |
CReadStatusBuffer | Composite ReadBuffer with status |
CPixelFormatStruct | |
CPackedColor | Colour in device pixel format |
►CPixelBuffer | Structure used to perform pixel format conversions |
CBGR24 | |
CBGRA32 | |
CRGB24 | |
CRGB565 | |
CConsole | |
CButton | Basic interactive button on screen |
►CControl | Basic interactive button on screen |
CList | |
CLabel | Non-interactive text label |
CScreen | |
►CTimeClock | |
CHMS | |
CDevice | A physical display device |
CFillInfo | Supports DisplayList blend operations |
►CDisplayList | Stores list of low-level display commands |
CEntry | Values returned from readEntry |
CHeader | Each list entry starts with a header |
CImageSurface | Virtual class to access an image as a Surface |
CMemoryImageSurface | Image surface using RAM as backing store |
CFileImageSurface | Image surface using filing system as backing store |
CLcdGlyph | |
CLcdTypeFace | |
CLcdFont | |
CMeta | Empty base class to support object enumeration Non-virtual to avoid bloat |
CMetaWriter | Writes object content in readable format for debugging |
CMipiDisplay | |
CMipiSurface | |
CRenderer | Virtual base class to manage rendering of various types of information to a surface |
CObject | A drawable object inherits from this virtual base class |
CObjectTemplate | |
CReferenceObject | Reference to another object |
CPointObject | A single pixel == 1x1 rectangle |
CRectObject | A rectangular outline |
CFilledRectObject | A filled rectangle |
CLineObject | A drawn line |
CPolylineObject | A sequence of lines |
CCircleObject | A circle outline |
CFilledCircleObject | A filled circle |
CEllipseObject | An ellipse outline |
CFilledEllipseObject | A filled ellipse |
CArcObject | An arc outline |
CFilledArcObject | A filled arc |
CImageObject | Virtual base class for an image |
CStreamImageObject | Image whose contents are stored in a stream, typically in a file or flash memory |
CBitmapObject | A BMP format image |
CRawImageObject | Image stored as raw pixels in a specific format |
CRenderTarget | Interface for objects which support writing via surfaces |
CMemoryImageObject | |
CFileImageObject | |
CGlyphObject | A character glyph image |
►CTextObject | A block of text consisting of zero or more segments |
CColorElement | |
CElement | |
CFontElement | |
CRunElement | |
CTextElement | |
CSurfaceObject | Describes a target surface and corresponding source location |
CCopyObject | Describes a copy operation within the same surface |
CScrollObject | Describes a scrolling operation |
CDrawingObject | A collection of line and curve drawing operations |
CItemList | Fixed list of types |
CPointList | Small list of points for drawing |
CRectList | Small list of rectangles, similar to PointList |
CMultiRenderer | Base class to render multiple objects |
CSceneRenderer | A scene is a list of other objects, so we just iterate through the list and draw each in turn |
CGfxLineRenderer | Draws 1-pixel lines |
CLineRenderer | Draws lines |
CPolylineRenderer | Draws series of lines defined by a PolylineObject |
CRectRenderer | Draws a rectangle as a polyline |
CFilledRectRenderer | Draws a filled rectangle |
CRoundedRectRenderer | Draws a rectangle outline with rounded corners |
CFilledRoundedRectRenderer | Draws a filled rectangle with rounded corners |
CCircleRenderer | Draws a circle outline |
CFilledCircleRenderer | Draws a filled circle |
CEllipse | State information for tracing an ellipse outline |
CArcRectList | |
CEllipseRenderer | Draws an ellipse outline |
CFilledEllipseRenderer | Draws a filled ellipse |
CArcRenderer | Render arc outline with adjustable line width |
CFilledArcRenderer | Render arc outline with adjustable line width |
CImageRenderer | Render an image object |
CSurfaceRenderer | Copy an area to another surface |
CCopyRenderer | Copy an area within the same surface |
CImageCopyRenderer | |
CScrollRenderer | Scroll an area |
CBlendRenderer | Perform blending with draw |
CTextRenderer | Draw a line of text |
CRenderQueue | Top-level manager to queue objects for rendering to a specific target |
CSceneObject | A Scene containing multiple objects |
CSpiDisplay | |
►CSpiDisplayList | Display list for hardware SPI devices |
CCommands | Commonly-used display-specific command codes |
CWriteStream | |
CReadStream | |
CSubStream | |
►CSurface | Interface for a drawing surface |
CStat | |
CTextParser | Simplifies construction of TextObject instances |
CTextBuilder | Simplifies construction of TextObject instances |
CXPT2046 | |
►CTouch | |
CCalibration | |
CState | |
CSize | Size of rectangular area (width x height) |
CTPoint | An (x, y) display coordinate |
CRect | Location and size of rectangular area (x, y, w, h) |
CRegion | Represents the intersection of two rectangles |
CLocation | Identifies position within bounding rectangle |
CColorRange | |
CScale | |
CGlyphMetrics | Glyph metrics |
►NHost | |
COutputStream | |
►NHosted | |
►NTransport | |
CBaseTransport | |
CSerialTransport | |
CTcpClientStream | |
CTcpClientTransport | |
CTcpServerTransport | |
CTcpTransport | |
CClient | |
CSerial | |
►NHSPI | |
►NRAM | |
CIS62_65 | IS62/65WVS2568GALL fast serial RAM |
CPSRAM64 | PSRAM64(H) pseudo-SRAM |
►NTest | |
CMemCheckState | Class to test memory devices by writing/reading random data blocks |
CIoModeInfo | |
CSpiPins | SPI pin connections |
CController | Manages access to SPI hardware |
CData | Specifies a block incoming or outgoing data |
CDevice | Manages a specific SPI device instance attached to a controller |
CMemoryDevice | Base class for read/write addressable devices |
CRequest | Defines an SPI Request Packet |
CStreamAdapter | Helper class for streaming data to/from SPI devices |
►NHue | |
CUser | Information about user |
►CBridge | |
CConfig | |
CColourDevice | |
►CDevice | |
CEnumerator | Abstract class to manage a list of devices |
CDeviceListEnumerator | |
CDimmableDevice | |
COnOffDevice | |
CStats | |
►NIFS | |
NDebug | |
NError | |
►NFAT | |
CFileSystem | |
CFormatOptions | Formatting options |
CFatParam | |
►NFWFS | |
►CArchiveStream | Supports direct streaming into FWFS archive format |
CFileInfo | Passed to callbacks to allow modification of output data |
CVolumeInfo | |
CIBlockEncoder | Virtual base class to support (file) data encryption and compression |
CBasicEncoder | |
CFWFileDesc | FWFS File Descriptor |
CFWVolume | FWFS Volume definition for mount points |
CFileSystem | Implementation of firmware filing system using IFS |
CObject | Object structure |
CFWObjDesc | FWFS Object Descriptor |
CObjectBuffer | Class to manage writing object data into a stream |
►NGdb | |
CFileSystem | IFS implementation of Host filing system |
►NHost | |
CFileSystem | IFS implementation of Host filing system |
►NHYFS | |
CFileSystem | |
CDirectoryTemplate | Directory stream class |
CFileStream | File stream class |
CHtmlDirectoryTemplate | Read-only stream access to directory listing with HTML output |
CJsonDirectoryTemplate | Read-only stream providing directory listing in JSON format |
CACL | |
CAttributeEnum | Attribute information passed to enumeration callback |
CCompression | A compression descriptor |
CDirectory | Wrapper class for enumerating a directory |
CExtent | Defines the location of a contiguous run of file data |
CFile | Wraps up all file access methods |
►CFileCopier | Class to manage copying of files and directories including attributes |
CErrorInfo | Error information passed to callback |
CFileSystem | Installable File System base class |
CFsBase | |
►CIFileSystem | Installable File System base class |
CInfo | Basic information about filing system |
CNameInfo | Filing system information with buffer for name |
CNameBuffer | Defines a 'safe' name buffer |
CFileNameBuffer | Quick'n'dirty name buffer with maximum path allocation |
CIProfiler | Filesystems may optionally provide performance statistics |
►CProfiler | |
CStat | |
CStat | File Status structure |
CNameStat | Version of Stat with integrated name buffer |
CTimeStamp | Manage IFS timestamps stored as an unsigned 32-bit value |
►NIO | |
►NCustom | |
CController | Controller for PWM output |
►CDevice | |
CFactoryTemplate | |
CRequest | |
►NDMX512 | |
CNodeData | |
►CDevice | |
CConfig | DMX512 Device Configuration |
CFactory | |
CRequest | |
NError | |
►NModbus | |
►NNT18B07 | |
►CDevice | |
►CConfig | NT18B07 device configuration |
CComp | |
CFactory | |
CRequest | |
►NR421A | |
CStateMask | Tracks state of multiple relays |
►CDevice | |
CConfig | R421A device configuration |
CFactory | |
CRequest | |
►NRID35 | |
►CDevice | |
CFactory | |
CRequest | |
►NSTM8Relay | |
CStateMask | Tracks state of multiple relays |
►CDevice | |
CConfig | R421A device configuration |
CFactory | |
CRequest | |
►NSTS | |
►NFan | |
CFanData | |
►CDevice | |
CFactory | |
CRequest | |
CADU | |
►CDevice | A virtual device, represents a modbus slave device |
CFactory | |
CGenericRequest | |
►CPDU | Protocol Data Unit |
►CData | |
►CGetComEventCounter | |
CResponse | |
►CGetComEventLog | |
CResponse | |
►CMaskWriteRegister | |
CRequest | |
►CReadCoils | |
CRequest | |
CResponse | |
►CReadDiscreteInputs | |
CRequest | |
CResponse | |
►CReadExceptionStatus | |
CResponse | |
►CReadRegisters | |
CRequest | |
CResponse | |
►CReadWriteMultipleRegisters | |
CRequest | |
CResponse | |
►CReportServerId | |
CResponse | |
►CWriteMultipleCoils | |
CRequest | |
CResponse | |
►CWriteMultipleRegisters | |
CRequest | |
CResponse | |
►CWriteSingleCoil | |
CRequest | |
►CWriteSingleRegister | |
CRequest | |
CRequest | |
►NRFSwitch | |
CController | Controller for 433MHz transmitter |
CTiming | Protocol timings in microseconds |
►CDevice | |
CConfig | |
CFactory | |
CRequest | |
►NRS485 | |
CController | |
►CDevice | Base device class for communicating with an RS485 slave |
►CConfig | RS485 configuration |
CSlave | |
CFactoryTemplate | |
CRequest | |
CController | A Controller is responsible for serialising requests for a physical bus |
►CDevice | Handles requests for a specific device; the requests are executed by the relevant controller |
CConfig | Inherited classes expand this definition as required |
CFactory | Abstract class which allows device instances to be created |
CDeviceManager | |
CDevNode | Identifies a device node |
CRequest | Request represents a single user request/response over a bus |
►CSerial | Wrapper class for the UART driver |
CConfig | |
►NJerryscript | |
NSnapshot | Snapshot management functions |
NWatchdog | |
CContext | Jerryscript external context |
CContextTemplate | Implement a custom Context class |
CContextList | Manages a list of contexts |
CExcept | |
CCallInfo | Maps directly onto jerry_call_info_t structure |
CTask |
|
COwnedValue | Use to initialise Value object by taking ownership of native/raw jerryscript value |
CCopyValue | Use to initialise Value object by copying native/raw jerryscript value |
CStringValue | Use to initialise Value object to a string given a native/raw jerryscript value |
CUndefined | Use to create Value containing javascript 'undefined' |
CNull | Use to create Value containing javascript 'null' |
►CValue | Represents a Jerryscript value |
CAs | Used by as() method |
CExternalFunction | Object representing an external function implementation |
►CObject | Objects support named properties |
CNamedItem | Iterator and operator[] access uses this wrapper class so items may be written or read |
CError | Error object class |
CArgumentError | Provides consistent error message when checking external function arguments |
►CArray | Array objects have properties accessed by index |
CIndexedItem | Iterator and operator[] access uses this wrapper class so items may be written or read |
CIterator | |
CCallable | Callable object represent functions |
NJS | |
NJson | |
NMallocCount | |
►NmDNS | |
►NResource | |
CRecord | Resource Record with no specific type |
CA | 'A' record containing IP4 address |
CPTR | 'PTR' record containing pointer to a canonical name |
CHINFO | 'HINFO' record containing Host information |
CTXT | 'TXT' record containing attribute list |
CAAAA | 'AAAA' record containing 128-bit IPv6 address |
CSRV | 'SRV' Service Locator record |
CAnswer | A single mDNS Answer |
CHandler | Virtual base class used for chaining message handlers |
CMessage | Encapsulates a message packet for flexible introspection |
CName | Encoded DNS name |
CQuestion | A single mDNS Question |
CRequest | |
CQuery | |
CReply | |
CResponder | Special name for querying list of services |
CServer | Locates mDNS services by issuing queries |
►CService | Describes a basic service |
CHost | |
►NMHZ19 | |
►CPwmReader | Reads input pulse width asynchronously |
CPulse | Used internally to measure a high/low pulse pair |
CRequest | |
CResponse | |
CMeasurement | |
CUart | Access MHZ19 sensor via serial port |
►NNanoTime | |
CFrequency | Class to represent a frequency |
CTimeConst | Class template to represent a fixed time value for a specific Clock |
CTicksConst | Class template representing a fixed clock tick count |
CTimeSource | Class template for accessing a Clock in specific time units |
CTime | Class to handle a simple time value with associated unit |
CTicks | Class to handle a tick value associated with a clock |
CClock | Class template representing a physical Clock with fixed timing characteristics |
CTimeValue | A time time broken into its constituent elements |
NNetUtils | |
►NOta | |
►NNetwork | |
►CHttpUpgrader | |
CItem | |
CItemList | |
CIdfUpgrader | ESP32 OTA Upgrader implementation |
CRbootUpgrader | ESP8266 rBoot OTA Upgrader implementation |
CUpgradeOutputStream | Write-only stream type used during firmware upgrade |
CUpgraderBase | |
►NOtaUpgrade | |
►NMqtt | |
CAdvancedPayloadParser | |
►CPayloadParser | |
CUpdateState | |
CStandardPayloadParser | This parser allows the processing of firmware data that is directly stored to the flash memory using RbootOutputStream |
CBasicStream | A write-only stream to parse and apply firmware unencrypted upgrade files generated by otatool.py |
CChecksumVerifier | Checksum verifier used by BasicStream if signature verification is disabled |
CEncryptedStream | Encryption wrapper for BasicStream |
CSignatureVerifier | Signature verifier for BasicStream |
►NPolledTimer | |
CTimer | Template class to implement a polled timer |
►NProfiling | |
CCpuUsage | Class to provide a CPU usage indication based on task callback availability |
CMinMax | Class to track minimum and maximum values of a set of data, with average, total and count |
CMinMaxTimes | |
CTaskStat | Helper class to support printing of real-time task information |
►NrBPF | |
CLocalStore | |
CGlobalStore | |
►CStore | |
CEntry | |
CVirtualMachine | |
►NRingTone | |
CNoteDef | |
CParser | Base parser class |
CPlayer | Base class to support playback of tunes |
CRtttlHeader | |
CRtttlParserState | |
CRtttlParser | Class to parse RTTTL files RTTTL (RingTone Text Transfer Language) format |
CRtttlWriter | |
NSmingInternal | |
►NSmingTest | |
CRunner | |
Nspisoft | |
►NSSDP | |
CBaseMessage | Class template for messages |
CBasicMessage | Handles incoming messages |
CMessage | Message using regular HTTP header management class |
CMessageQueue | Queue of objects managed by a single timer |
CMessageSpec | Defines the information used to create an outgoing message |
CServer | Listens for incoming messages and manages queue of outgoing messages |
►NSsl | |
NCipherSuites | Standard cipher suite options The actual suites are implementation-specific |
CCertificate | Implemented by SSL adapter to handle certificate operations |
CConnection | Implemented by SSL adapter to handle a connection |
CContext | Implemented by SSL adapter to create and manage SSL connections |
CFactory | Implemented by SSL adapter |
►CFingerprint | Various types of fingerprint |
►CCert | Fingerprints for the entire Certificate |
CSha1 | Fingerprint based on the SHA1 value of the certificate |
CSha256 | Fingerprint based on the SHA256 value of the certificate |
►CPki | |
CSha256 | Fingerprint based on the SHA256 value of the Public Key Subject in the certificate |
CTypes | Maintains a set of fingerprint types |
CInputBuffer | Wraps a pbuf for reading in chunks |
CKeyCertPair | Class to manage an SSL key certificate with optional password |
COptions | Configurable options |
CSession | Handles all SSL activity for a TCP connection |
CSessionId | Manages buffer to store SSL Session ID |
CValidator | Base validator class |
CFingerprintValidator | Class template to validate any kind of fingerprint |
CCallbackValidator | Validator class wrapping a user-provided callback delegate, plus optional parameter |
CValidatorList | Performs certificate validation |
►NStorage | |
NDebug | |
►NDisk | |
NEXFAT | |
NFAT | |
►NGPT | |
CSmingTypeGuid | |
CPartitionTable | |
►NMBR | |
CPartitionTable | |
►CBlockDevice | Base class for sector-addressable (block) devices |
►CStat | |
CFunc | |
CBuffer | |
CBufferList | |
CHostFileDevice | Create custom storage device using backing file |
CDiskPart | Adds information specific to MBR/GPT disk partitions |
CPartInfo | In-memory partition information |
CBasePartitionTable | Common type for MBR/GPT partition table |
CScanner | Class to iterate through disk partition tables |
CSectorBuffer | Buffer for working with disk sectors |
►NSD | |
CCard | |
CCID | |
CCSD | |
CCSD1 | |
CCSD2 | |
CCSD3 | |
CFileDevice | Create custom storage device using backing file |
CDevice | Represents a storage device (e.g. flash memory) |
CIterator | |
►CPartition | Represents a flash partition |
CFullType | Express both partition type and subtype together |
CInfo | Partition information |
CSubType | |
Cesp_partition_info_t | Internal structure describing the binary layout of a partition table entry |
CPartitionStream | Stream operating directory on a Storage partition |
CPartitionTable | |
►CProgMem | Storage device to access PROGMEM using flash API |
CProgMemPartitionTable | |
CSpiFlash | Main flash storage device |
CStreamDevice | Read-only partition on a stream object |
►CSysMem | Storage device to access system memory, e.g. RAM |
CSysMemPartitionTable | |
►NUPnP | |
►Nschemas_upnp_org | |
Ndevice | |
CActionRequest | |
CActionRequestControl | |
►CActionResponse | Class to handle action requests and responses |
CStream | |
CBase64 | |
CSearchFilter | |
CBaseObject | Objects which hook into the SSDP message stack |
►CObjectTemplate | Base class template for linked items with type casting |
CIterator | |
CClassGroup | |
CClassGroupList | |
CControlPoint | |
CDescriptionStream | |
CSpecVersion | |
CDevice | Represents any kind of device, including a root device |
►CDeviceControl | |
CDescription | |
CRootConfig | |
CDeviceHost | |
CEnumerator | Abstract class to enumerate items |
►CEnvelope | Class to manage a SOAP envelope for service request/response |
CFault | |
CItem | |
CItemEnumerator | |
CLinkedItem | Base class template for items in a list |
CLinkedItemList | Singly-linked list of items |
CObject | |
►CObjectClass | Describes device or service class |
CDevice | Device description fields |
CService | Service description fields |
CObjectList | Class template for singly-linked list of objects |
COwnedObjectList | Class template for singly-linked list of objects |
CSearch | This is a helper class used by ControlPoint to manage different search types |
CSsdpSearch | |
CDescriptionSearch | |
CDeviceSearch | |
CServiceSearch | |
CService | Represents any kind of device, including a root device |
►CServiceControl | |
CDescription | |
►NUSB | |
►NCDC | |
CDevice | Serial device implementation, in ACM mode |
CHostDevice | Implements CDC interface for a connected serial device |
CUsbSerial | Base class for both device and host serial port modes |
►NDFU | |
CCallbacks | Applications must implement this class and pass an instance to Device::begin() |
CDevice | |
►NECM_RNDIS | |
CDevice | |
►NHID | |
CDevice | |
CReport | |
CHostDevice | |
►NMIDI | |
CPacket | |
CDevice | |
►NMSC | |
CLogicalUnit | A physical device instance managed by an MSC interface |
CDevice | |
CInquiry | Information provided by SCSI inquiry operation |
CHostDevice | A USB mass storage device supports one or more logical units, each of which is a physical storage device |
►NNCM | |
CDevice | Not currently implemented |
►NVENDOR | |
CDevice | The TinyUSB vendor API is very much like a serial port. Each instance corresponds to a bi-directional interface |
►CHostDevice | Base class to use for custom devices |
CConfig | Device configuration received during mount procedure |
CTransfer | Structure passed to 'transferComplete' method |
►CDescriptor | Structure of a USB descriptor |
CType | |
►CDescriptorList | Buffer containing list of descriptors |
CIterator | |
CStringDescriptor | Template for making a USB string descriptor |
CDeviceInterface | Base class to support a USB device interface implementation |
►CHostInterface | Common base class to support Host USB access |
CInstance | Identifies a TinyUSB host interface |
►Nwiring_private | |
CScalarList | List of scalar values |
►CObjectList | List of object pointers |
CElement | |
NXML |