Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IAsn1_2::encodeInteger_2 ( P6UINT8 pBuffer,
P6UINT32  bufSize,
P6UINT32 pIndex,
P6ASN1INTEGER pInteger,
P6UINT8  overrideTag 
)
pure virtual

This function determines which one of the above, supported, integer encoding functions to invoke for the caller.

Parameters
pBuffer[ in out ] array of bytes to build an ASN.1 encoded message
bufSize[ in ] size in octets (i.e., bytes) of pBuffer
pIndex[ in ] current offset into pBuffer, that is, the next free byte to write into
pInteger[ in ] Can be either a 32 or 64 bit signed or unsigned number [ out ] As the integer is encoded in pBuffer this index value increases in value
overrideTag[ in ] define an application tag to be used instead of the standard integer tag. If set to zero, then the universal tag of integer is used.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eTooBigThe remaining space in pBuffer is insufficient to encode the integer value.