PhoneActionState EnumerationRemotePhoneCallService API Reference
The state of the currently pending phone command.

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

public enum PhoneActionState
Members

  Member nameValueDescription
None0 No command is in progress.
CallStarting1 A new call is starting.
CallAccepting2 An incoming call is to be accepted.
CallEnding3 An active call is ending.
Unknown255 The current command action is unknown because the Application is not connected to a CallCenter process.
See Also