Click or drag to resize
BfcpConfiguration Class
Represents the BFCP (Binary Floor Control Protocol) data that is common for a Client.
Represents the BFCP (Binary Floor Control Protocol) data that is common for a Client.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesBfcpConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class BfcpConfiguration

The BfcpConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBfcpConfiguration
Top
Properties
  NameDescription
Public propertyBfcpMode
BFCP transport mode.
Public propertyBfcpUdpMaxPort
Gets or sets the BFCP UDP maximum port value.
Public propertyBfcpUdpMinPort
Gets or sets the BFCP UDP mininum port value.
Public propertyIsEnabled
Indicates whether BFCP is enabled.
Top
See Also