com.collation.platform.model.topology.enums
Interface SMSClientEnum
- All Superinterfaces:
- Enumeration
public interface SMSClientEnum
- extends Enumeration
The type of the SMS client installed on the computer - 0=legacy,
1=Advanced Client, 3=Device Client
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
OTHER
static final int OTHER
- See Also:
- Constant Field Values
LEGACY
static final int LEGACY
- See Also:
- Constant Field Values
ADVANCED_CLIENT
static final int ADVANCED_CLIENT
- See Also:
- Constant Field Values
DEVICE_CLIENT
static final int DEVICE_CLIENT
- See Also:
- Constant Field Values