This structure defines a key/value pair used to get or set the NvSciSyncAttrKey(s) and their corresponding values from or to NvSciSyncAttrList.
Definition at line 668 of file nvscisync.h.
Data Fields | |
NvSciSyncAttrKey | attrKey |
NvSciSyncAttrKey for which value needs to be set/retrieved. More... | |
const void * | value |
Memory which contains the value corresponding to the key. More... | |
size_t | len |
Length of the value in bytes. More... | |
NvSciSyncAttrKey NvSciSyncAttrKeyValuePair::attrKey |
NvSciSyncAttrKey for which value needs to be set/retrieved.
This member is initialized to any defined value of the NvSciSyncAttrKey other than NvSciSyncAttrKey_LowerBound and NvSciSyncAttrKey_UpperBound
Definition at line 672 of file nvscisync.h.
size_t NvSciSyncAttrKeyValuePair::len |
Length of the value in bytes.
Definition at line 676 of file nvscisync.h.
const void* NvSciSyncAttrKeyValuePair::value |
Memory which contains the value corresponding to the key.
Definition at line 674 of file nvscisync.h.