...
This function is used for obtaining the encoding for a given model.
Header:
#include "sdai.h"
Prototype:
EdmiError edmiGetModelStringEncoding (SdaiServerContext serverContextId,
SdaiModel modelId,
SdaiInteger *stringEncoding,
SdaiInvocationId *edmiInvocationId);
Arguments:
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiGetModelStringEncoding (SdaiServerContext serverContextId,
SdaiModel modelId,
SdaiInteger *stringEncoding,
SdaiInvocationId *edmiInvocationId);
|
This function is used for obtaining the encoding for a given model.
Arguments
...
Type | Name | Comment |
SdaiServerContext | serverContextId | Remote Server Context |
SdaiModel | modelId | A numeric modelID that uniquely identifies the model that holds the instances to be validated. The modelID is returned from the functions: sdaiCreateModel , sdaiCreateModelBN , sdaiOpenModelBN, edmiGetModel , edmiGetModelBN , sdaiGetInstanceModel |
SdaiInteger | stringEncoding | CHAR_ENCODING_UTF-8 |
SdaiInvocationId | 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. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
|
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|