Unit 'cbluetoothspp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

TBluetoothSPPConnectionState

Declaration

Source position: cbluetoothspp.pas line 31

type TBluetoothSPPConnectionState = (

  csNoService = - 1,

  

  csNone = 0,

  

  csListening = 1,

  

  csConnecting = 2,

  

  csConnected = 3,

  

  csFailed = 4,

  

  dsDataReceiving = 5,

  

  csListeningAutoConnection = 6,

  

  csAutoConnectionStarted = 7

  

);



CT Web help

CodeTyphon Studio