Name

nconfig types — List all known config data types

Synopsis

nconfig types

Arguments

This command takes no arguments.

Description

This command lists all data types the config store knows about.

Config store data types

uint
Unsigned 32-bit integer
bool
Boolean
string
A printable, NULL-terminated string of arbitrary length.
bytes
A byte array of arbitrary length.
[Note]Note

It is possible that data could be present of an unknown type, if support for new types has been added to an application. The config store has been specifically designed to cope with unknown types and not disturb them.

Examples

RedBoot> nconfig types
This build supports the following types:
uint, bool, bytes, string
RedBoot>