Specifies the current state of telephony equipment.
| C# | Visual Basic |
public enum LineEquipmentState
Public Enumeration LineEquipmentState
| Member | Description |
|---|---|
| Minimum |
Minimum power state.
|
| ReceiveOnly |
Only the receive radio is powered.
|
| TransmitOnly |
Only the transmit radio is powered.
|
| RadioOff |
Receive and transmit radio are off.
|
| Full |
Full power.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|