Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  To be completed.
Related functions: edmiRemoteCreateLargeObject, edmiRemoteCopyLargeObject, edmiRemoteReadLargeObject, edmiRemoteGetLargeObjectSize
Header:
#include "sdai.h"
Prototype:
EdmiError

Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteWriteLargeObject(SdaiServerContext

...

 serverContextId,
                                      SdaiLargeObject   largeObjectId, 
                                      SdaiInteger       byteOffset,
                                      SdaiOptions       options,
                                      SdaiInteger       bytesToWrite,
                                      SdaiVoid          bufferAddress,
                                      SdaiInvocationId  *edmiInvocationId);

<Description>

Arguments

...

TypeNameComment
SdaiServerContext

serverContextId

Context identification, from edmiDefineServerContext

SdaiLargeObject

largeObjectId

 

SdaiInteger

byteOffset

 

SdaiOptions

options

 

SdaiInteger

bytesToWrite

 

SdaiVoid

bufferAddress

 

SdaiInvocationId

edmiInvocationId

Currently not used.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

 

Options

...

  

OptionComment

TRUNCATE_EDM_FILE

 

TRUNCATE_EDM_BLOB

 

  Returns:
A completion code of datatype EdmiError is the returned function value. The completion code has the following values:
Completion code = 0 : Operation successfully performed.
Completion code != 0: Error in operation. Completion code is an _EDMinterface_ error code. Use edmiGetErrorText to get the error text corresponding to the error code.
Example:
EdmiError rstat;

Example

...

 

Code Block
languagecpp
 <missing code>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"