Versions Compared

Key

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

...

 

Code Block
languagecpp
themeConfluence
EdmiError edmiGetModelStringEncodingName  (SdaiServerContext  serverContextId,
                                           SdaiString         stringEncoding,
                                           SdaiInteger        *stringEncodingName,
                                           SdaiInvocationId   *edmiInvocationId);


This function is used for obtaining the encoding name from a given encoding constant.

Arguments

...

CHAR_ENCODING_
TypeNameComment
SdaiServerContext

serverContextId

Remote Server Context

stringEncoding

 SdaiString

stringEncodingName

UTF-8
CHAR_ENCODING_ UTF-16
CHAR_ENCODING_ ISO-10646-UCS-2
CHAR_ENCODING_ ISO-10646-UCS-4
CHAR_ENCODING_ ISO-LATIN-1
CHAR_ENCODING_ ISO-LATIN-2
CHAR_ENCODING_ ISO-8859-3
CHAR_ENCODING_ ISO-8859-4
CHAR_ENCODING_ ISO-8859-5
CHAR_ENCODING_ ISO-8859-6
CHAR_ENCODING_ ISO-8859-7
CHAR_ENCODING_ ISO-8859-8
CHAR_ENCODING_ ISO-8859-9
CHAR_ENCODING_ ISO-2022-JP
CHAR_ENCODING_ SHIFT_JIS
CHAR_ENCODING_ EUC-JP

stringEncodingName

SdaiInteger

stringEncoding

CHAR_ENCODING_UTF-8
CHAR_ENCODING_UTF-16
CHAR_ENCODING_ISO-10646-UCS-2
CHAR_ENCODING_ISO-10646-UCS-4
CHAR_ENCODING_ISO-LATIN-1
CHAR_ENCODING_ISO-LATIN-2
CHAR_ENCODING_ISO-8859-3
CHAR_ENCODING_ISO-8859-4
CHAR_ENCODING_ISO-8859-5
CHAR_ENCODING_ISO-8859-6
CHAR_ENCODING_ISO-8859-7
CHAR_ENCODING_ISO-8859-8
CHAR_ENCODING_ISO-8859-9
CHAR_ENCODING_ISO-2022-JP
CHAR_ENCODING_SHIFT_JIS
CHAR_ENCODING_EUC-JP

edmiInvocationId

When the edmiInvocationId is specified, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument.
This handle can be used in later operations for requesting the status (waiting, running, finished ..) and the result of the actual operation.

...

 SdaiInvocationId

 edmiInvocationId

 Not used

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

 

Options

...

  

 

Example

...

 

Code Block
languagecpp
 <missing code>

 

See also

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