Possible states for the Phone object.
Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Idle | 0 | The remote phone is idle. | |
OffHook | 1 | An incoming or outgoing call is active. | |
Ringing | 2 | The phone is ringing. | |
Unknown | 255 | The phone state is unknown. Either the Application is not connected to a CallCenter process or CallCenter is not connected to a remote phone. |
See Also