1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
use super::output_request::*;
pub type UtilRequestCommon = UtilOutputRequestCommon;
pub type UtilGetDeviceRequest = UtilGetDeviceOutputRequest;
pub type UtilGetDeviceResponse = UtilGetDeviceOutputResponse;
pub type UtilGetZoneRequest = UtilGetZoneOutputRequest;
pub type UtilGetZoneResponse = UtilGetZoneOutputResponse;
pub type UtilResolveOODRequest = UtilResolveOODOutputRequest;
pub type UtilResolveOODResponse = UtilResolveOODOutputResponse;
pub type UtilGetOODStatusRequest = UtilGetOODStatusOutputRequest;
pub type UtilGetOODStatusResponse = UtilGetOODStatusOutputResponse;
pub type UtilGetNOCInfoRequest = UtilGetNOCInfoOutputRequest;
pub type UtilGetNOCInfoResponse = UtilGetNOCInfoOutputResponse;
pub type UtilGetDeviceStaticInfoRequest = UtilGetDeviceStaticInfoOutputRequest;
pub type UtilGetDeviceStaticInfoResponse = UtilGetDeviceStaticInfoOutputResponse;
pub type UtilGetNetworkAccessInfoRequest = UtilGetNetworkAccessInfoOutputRequest;
pub type UtilGetNetworkAccessInfoResponse = UtilGetNetworkAccessInfoOutputResponse;
pub type UtilGetSystemInfoRequest = UtilGetSystemInfoOutputRequest;
pub type UtilGetSystemInfoResponse = UtilGetSystemInfoOutputResponse;
pub type UtilGetVersionInfoRequest = UtilGetVersionInfoOutputRequest;
pub type UtilGetVersionInfoResponse = UtilGetVersionInfoOutputResponse;
pub type UtilBuildFileRequest = UtilBuildFileOutputRequest;
pub type UtilBuildFileResponse = UtilBuildFileOutputResponse;
pub type UtilBuildDirFromObjectMapRequest = UtilBuildDirFromObjectMapOutputRequest;
pub type UtilBuildDirFromObjectMapResponse = UtilBuildDirFromObjectMapOutputResponse;