Classes | Typedefs | Enumerations

BotPlatformSDKLib Namespace Reference

BotPlatformSDKLib Library. More...

Classes

class  RobotServerFactory
 RobotServerFactory Class. More...
interface  _IRobotServerEvents
 _IRobotServerEvents Dispatch Interface More...
class  RobotServer
 RobotServer Class. More...

Typedefs

typedef enum _OPEN_MODE OPEN_MODE
 OPEN_MODE enum.
typedef enum _FONT_STYLE FONT_STYLE
 FONT_STYLE enum.

Enumerations

enum  _OPEN_MODE { OPEN_MODE_UNKONW = 0, OPEN_MODE_CONV_OPEN = 1, OPEN_MODE_TIMEOUT = 2, OPEN_MODE_ROBOT = 3 }
 

_OPEN_MODE enum

More...
enum  _FONT_STYLE {
  STYLE_BOLD = 1, STYLE_ITALIC = 2, STYLE_UNDERLINE = 4, STYLE_STRIKE = 8,
  STYLE_BOLD_ITALIC = 3, STYLE_ALL = 15
}
 

_FONT_STYLE enum

More...

Detailed Description

BotPlatformSDKLib Library.


Enumeration Type Documentation

_FONT_STYLE enum

Enumerator:
STYLE_BOLD 
  • Font style - bold
STYLE_ITALIC 
  • Font style - italic
STYLE_UNDERLINE 
  • Font style - underline
STYLE_STRIKE 
  • Font style - strikeout
STYLE_BOLD_ITALIC 
  • Font style - bold + underline
STYLE_ALL 
  • Font style - bold + italic + strikeout + underline

_OPEN_MODE enum

Enumerator:
OPEN_MODE_UNKONW 
  • A flag indicates that a new conversation started by unkonw reason.
OPEN_MODE_CONV_OPEN 
  • A flag indicates that a new conversation started by user.
OPEN_MODE_TIMEOUT 
  • A flag indicates that a new conversation started by reconnecting after session timeout.
OPEN_MODE_ROBOT 
  • A flag indicates that a new conversation started by robot.
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Properties