Administration API for Kerio Control
Main Page
Related Pages
API Reference
IDL Files
All
Classes
Files
Functions
Variables
Pages
HardwareInfo.idl
Go to the documentation of this file.
1
/**
2
* @file HardwareInfo.idl
3
* @brief Hardware Box
4
*
5
* @author Martin Kuchar
6
*
7
* @copyright Copyright © 2017 Kerio Technologies s.r.o.
8
*/
9
10
11
#import <kerio/web/idl/SharedStructures.idl>
12
13
module
kerio
{
14
module web {
15
16
/**
17
* return information about serialnumber of hardware box
18
*/
19
interface
HardwareInfo
{
20
boolean
getBoxSerialNumber(out
string
serialNumber);
21
};
22
23
};
// module web
24
};
// module kerio
kerio::web::HardwareInfo
Definition:
HardwareInfo.idl:19
kerio
Definition:
Assist.idl:10
©
Kerio Technologies s.r.o.
, all rights reserved.