SEcube
SEcube Open Source Library - Host
Enumerations
KeyOpEdit

Use these values when using L1_key_edit. More...

Enumerations

enum  { SE3_KEY_OP_INSERT = 1, SE3_KEY_OP_DELETE = 2, SE3_KEY_OP_UPSERT = 3 }
 

Detailed Description

Use these values when using L1_key_edit.

Enumeration Type Documentation

anonymous enum
Enumerator
SE3_KEY_OP_INSERT 

Use this value to insert a new key

SE3_KEY_OP_DELETE 

Use this value to delete a new key

SE3_KEY_OP_UPSERT 

Use this value to update/insert a key