System.Bluetooth.Components.TBluetooth.SocketTimeout

From RAD Studio API Documentation
Revision as of 14:19, 10 February 2015 by Monicab (talk | contribs) (rs-58499)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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