Click or drag to resize

PortStateChangeEventArgs Class

Arguments used in a port state change.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VoiceElements.ClientPortStateChangeEventArgs

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public class PortStateChangeEventArgs : EventArgs

The PortStateChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDeviceName
The device name of the port that is changing states.
Public propertyPortIndexer
The port indexer of the port that is changing states.
Public propertyPortState
The new state.
Top
See Also