Initialization

typedef void *KesDevice

Opaque handle to a Device.

KesDevice kes_create()

Create a new Device.

Returns:

A handle to the created device.

void kes_destroy(KesDevice device)

Destroy a Device.

Parameters:

device – The device to destroy.