HandSetMode
Property HandSetMode As PHONEDEVICEMODE
Read/Write: Read
and Write
Description
- Set the phone handset device mode and return the current device state of
handset. It will be one of following constants.
-
| Constant
| Value
| Description |
| PHONEDEVMODE_ONHOOK |
1 |
Off. |
| PHONEDEVMODE_MIC |
2 |
Microphone only |
| PHONEDEVMODE_SPEAKER |
4 |
speaker only |
| PHONEDEVMODE_MICSPEAKER |
8 |
both Microphone and speaker |
| PHONEDEVMODE_UNKNOWN |
16 |
unknown |
Remarks
- The HandSetMode property allows the state of the handset
phone device to be set, the allowable states supported can be discovered using
the HandSetModeCaps property.
See Also
- HandSetModeCaps