PhoneState EnumerationRemotePhoneCallService API Reference
Possible states for the Phone object.

Namespace: JustRemotePhone.RemotePhoneService
Assembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax

public enum PhoneState
Members

  Member nameValueDescription
Idle0 The remote phone is idle.
OffHook1 An incoming or outgoing call is active.
Ringing2 The phone is ringing.
Unknown255 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