OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| Ut_CnfReq_Type | |
| Ut_Parameter_Type | |
| UT_COMMON_CNF | |
| Ut_ParameterList_Type | |
type enumerated Ut_CnfReq_Type {
NO_CNF_REQUIRED,
CNF_REQUIRED,
LOCAL_CNF_REQUIRED
};
type record Ut_Parameter_Type {
charstring Name,
charstring Value
}
type record UT_COMMON_CNF {
boolean Result,
charstring ResultString optional
}
type record of Ut_Parameter_Type Ut_ParameterList_Type