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_TACCESS0, | 1 | |
SE_API_TACCESS1 | 2 |
1 not applicable for types used by the DRM, but provided for use by higher-level code generators
2 not applicable for types used by the DRM, but provided for use by higher-level code generators
|