|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_API |
|---|
/* * ENUM: SE_API * * This data type identifies the API within which a type is defined. */
| typedef | enum | |
| { | ||
| SE_API_SRM, | ||
| SE_API_EDCS, | ||
| SE_API_DRM, | ||
| SE_API_LEVEL_0, | (notes) | |
| SE_API_LEVEL_1 | (notes) |
not applicable for types used by the DRM, but provided for use by higher-level code generators
not applicable for types used by the DRM, but provided for use by higher-level code generators
|