This is a preview version of the DisplayLink DL-7450 Software Development Kit Documentation. The functionality that is described and made available in this version is subject to addition, removal or change without warning.

class KvStore – store and retrieve simple data

Constructors

class datastore.KvStore

Construct a KvStore object.

Methods

KvStore.list()

List the keys in the KvStore that have assigned values.

KvStore.get(key)

Retrieve a value using its key. Will return an empty string '' in case the given key does not exist.