|
Meeting SDK for Android API Reference
|
Meeting room device class. More...
Public Member Functions | |
| RoomSystemDevice () | |
| RoomSystemDevice (String mName, String mIp, String mE164num, int mDeviceType, int mEncrypt) | |
| String | getName () |
| void | setName (String name) |
| String | getIp () |
| void | setIp (String ip) |
| String | getE164num () |
| void | setE164num (String e164num) |
| int | getDeviceType () |
| Get device type. | |
| void | setDeviceType (int deviceType) |
| Set device type. | |
| int | getEncrypt () |
| Get encryption type. | |
| void | setEncrypt (int encrypt) |
| Set encryption type. | |
| String | getAddress () |
| String | getDisplayName () |
Static Public Attributes | |
| static final int | ROOMDEVICE_H323 = 1 |
| static final int | ROOMDEVICE_SIP = 2 |
| static final int | ROOMDEVICE_BOTH = 3 |
| static final int | ROOMENCRYPT_NO = 0 |
| static final int | ROOMENCRYPT_YES = 1 |
| static final int | ROOMENCRYPT_AUTO = 2 |
Private Attributes | |
| String | mName |
| String | mIp |
| String | mE164num |
| int | mDeviceType = ROOMDEVICE_H323 |
| int | mEncrypt = ROOMENCRYPT_AUTO |
Meeting room device class.
Definition at line 10 of file RoomSystemDevice.java.
|
inline |
Definition at line 36 of file RoomSystemDevice.java.
|
inline |
Meeting room system device.
| mName | The device name of room system. |
| mIp | The device IP of room system. |
| mE164num | E.164 numbers. |
| mDeviceType | Device type of room system. |
| mEncrypt | Encryption types of room system, ROOMENCRYPT_NO/ROOMENCRYPT_YES/ROOMENCRYPT_AUTO. |
Definition at line 48 of file RoomSystemDevice.java.
References mDeviceType, mE164num, mEncrypt, mIp, and mName.
|
inline |
Get device address of room system.
Definition at line 148 of file RoomSystemDevice.java.
Referenced by getDisplayName().
|
inline |
Get device type.
Definition at line 113 of file RoomSystemDevice.java.
References mDeviceType.
|
inline |
Get device name of room system.
Definition at line 165 of file RoomSystemDevice.java.
References getAddress(), and mName.
|
inline |
Get E.164 number.
Definition at line 97 of file RoomSystemDevice.java.
References mE164num.
|
inline |
Get encryption type.
Definition at line 130 of file RoomSystemDevice.java.
References mEncrypt.
|
inline |
Get device IP of room system.
Definition at line 80 of file RoomSystemDevice.java.
References mIp.
|
inline |
Get device name of room system.
Definition at line 63 of file RoomSystemDevice.java.
References mName.
|
inline |
Set device type.
| deviceType | Device type:ROOMENCRYPT_NO/ROOMENCRYPT_YES/ROOMDEVICE_BOTH. |
Definition at line 121 of file RoomSystemDevice.java.
|
inline |
Set E.164 number.
| e164num | E.164 number. |
Definition at line 105 of file RoomSystemDevice.java.
|
inline |
Set encryption type.
| encrypt | Encryption type:ROOMDEVICE_H323/ROOMDEVICE_SIP/ROOMENCRYPT_AUTO. |
Definition at line 139 of file RoomSystemDevice.java.
|
inline |
Set device IP of room system.
| ip | The device IP of room system. |
Definition at line 89 of file RoomSystemDevice.java.
|
inline |
Set device name of room system.
| name | The device name. |
Definition at line 71 of file RoomSystemDevice.java.
|
private |
Definition at line 33 of file RoomSystemDevice.java.
Referenced by getDeviceType(), and RoomSystemDevice().
|
private |
Definition at line 32 of file RoomSystemDevice.java.
Referenced by getAddress(), getE164num(), and RoomSystemDevice().
|
private |
Definition at line 34 of file RoomSystemDevice.java.
Referenced by getEncrypt(), and RoomSystemDevice().
|
private |
Definition at line 31 of file RoomSystemDevice.java.
Referenced by getAddress(), getIp(), and RoomSystemDevice().
|
private |
Definition at line 30 of file RoomSystemDevice.java.
Referenced by getDisplayName(), getName(), and RoomSystemDevice().
|
static |
H.323 device and SIP.
Definition at line 19 of file RoomSystemDevice.java.
|
static |
H.323 device.
Definition at line 13 of file RoomSystemDevice.java.
|
static |
SIP.
Definition at line 16 of file RoomSystemDevice.java.
|
static |
Meeting room system is encrypted automatically.
Definition at line 28 of file RoomSystemDevice.java.
|
static |
Meeting room system is not encrypted.
Definition at line 22 of file RoomSystemDevice.java.
|
static |
Meeting room system is encrypted.
Definition at line 25 of file RoomSystemDevice.java.