Avaya Client Services API Reference (iOS)
Classes | Enumerations
CSBFCPConfiguration.h File Reference
#import <Foundation/Foundation.h>

Classes

class  CSBFCPConfiguration
 Configuration information for BFCP. More...
 

Enumerations

enum  CSBFCPMode {
  CSBFCPModeDisabled = 0,
  CSBFCPModeUdpOnly,
  CSBFCPModeTcpOnly
}
 

Enumeration Type Documentation

enum CSBFCPMode
Enumerator
CSBFCPModeDisabled 

BFCP is disabled.

CSBFCPModeUdpOnly 

BFCP will be offered over UDP but can be answered over UDP or TCP.

CSBFCPModeTcpOnly 

BFCP will be offered over TCP but can be answered over UDP or TCP.