Module kvp

Source
Expand description

Resources for the KVP IC.

Structs§

DeleteParams
Parameters for deleting a key/value pair in the KVP store.
EnumerateParams
Parameters for enumerating key/value pairs in the KVP store.
GetIpInfoParams
Parameters for getting IP address information for a given adapter.
IpInfo
The result of getting IP address information for a given adapter.
Ipv4AddressInfo
Information about an IPv4 address.
Ipv6AddressInfo
Information about an IPv6 address.
KeyValue
A key/value pair.
KvpIcHandle
A handle to the KVP IC.
SetIpInfoParams
Parameters for setting IP address information for a given adapter.
SetParams
Parameters for setting a key/value pair in the KVP store.

Enums§

AddressOrigin
The origin of an address.
KvpConnectRpc
A connect request.
KvpPool
The pool to use for KVP operations.
KvpRpc
A KVP request.
Value
A value.