Expand description
Properties by name, and their values in a form a person can read and type.
One vocabulary for the whole tool: get, set, and the manage
forms of both take the same spellings and render values the same way.
The names and types come from umsh_ulcp::describe, so this file
holds no second copy of the table it reads.
Structsยง
- PropArg
- A property named by its mnemonic or its number.
Functionsยง
- encode_
value - Turn what somebody typed into the octets a property takes.
- format_
value - A propertyโs value as something worth reading.
- get
- Read properties, named or numbered.
- letter ๐
- malformed ๐
- nearest ๐
- The name that shares the longest run of leading characters with what was typed, when that run is long enough to be a typo rather than a coincidence.
- number ๐
- report ๐
- resolve ๐
- The identifier a mnemonic names, however it was written.
- same_
name ๐ - Whether
writtennames the propertynamespells, ignoring case and the difference between a dash and an underscore, with thePROP_prefix optional. - scalar ๐
- A number with the unit the property carries, where it has one worth
saying. The bare number stays visible: it is what a
settakes back. - set
- Write one property, reporting what the device stored.
- spell
- How this tool writes a propertyโs name on a command line.