Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6KMIP_REQUESTPARAMS Struct Reference

#include <p6kmipencoder.h>

Public Attributes

P6BOOLpAsynchIndicator
 
P6UINT32pBatchErrorOption
 
P6BOOLpBatchOrderOption
 
P6KMIP_CREDENTIALpCredential
 
P6UINT32pMaxResponseSize
 

Detailed Description

P6KMIP_REQUESTPARAMS.

Section 7.2 (in KMIP spec) Operations Common settable options for all KMIP requests pMaxResponseSize - optional, NULL when not in use, the maximum size (in bytes) that the requester can handle pAsynchIndicator - optional, NULL when not in use, can the client accept asynchronous responses? pCredential - optional, NULL when not in use, required if authentication is used pBatchErrorOption - optional, NULL when not in use, (batch error continuation option), see Section 9.1.3.2.30 in p6kmip.h pBatchOrderOption - optional, NULL when not in use, if set to true then batched operations will be executed in the order in which they appear within the request (default is false)

Definition at line 707 of file p6kmipencoder.h.


The documentation for this struct was generated from the following file: