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

jBluetoothClientSocket

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: bluetoothclientsocket.pas line 21

type jBluetoothClientSocket = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  procedure SetDevice();

  

  procedure SetUUID();

  

  procedure SetSecureConnection();

  

  procedure Connect();

  

  procedure WriteMessage();

  

  procedure Write();

  

  function IsConnected;

  

  procedure Disconnect;

  

  function JByteArrayToString();

  

  function JByteArrayToBitmap();

  

  function GetDataHeaderReceiveEnabled;

  

  procedure SetDataHeaderReceiveEnabled();

  

  procedure SetReceiverBufferLength();

  

  function GetReceiverBufferLength;

  

  procedure SaveJByteArrayToFile();

  

  procedure SendFile();

  

  procedure GenEvent_OnBluetoothClientSocketConnected();

  

  procedure GenEvent_OnBluetoothClientSocketIncomingData();

  

  procedure GenEvent_OnBluetoothClientSocketDisconnected();

  

published

  property UUID: string; [rw]

  

  property ReceiverBufferLength: Integer; [rw]

  

  property DataHeaderReceiveEnabled: Boolean; [rw]

  

  property OnConnected: TOnConnected; [rw]

  

  property OnIncomingData: TOnIncomingData; [rw]

  

  property OnDisconnected: TOnDisconnected; [rw]

  

end;

Inheritance

jBluetoothClientSocket

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio