System.Bluetooth.Components.TBluetooth.SocketTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SocketTimeout: Integer read GetSocketTimeout write SetSocketTimeout;

C++

__property int SocketTimeout = {read=GetSocketTimeout, write=SetSocketTimeout, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Timeout used in the socket connections.

See Also