System.Net.Socket.TSocketStates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TSocketStates = set of TSocketState;

C++

typedef System::Set<TSocketState, _DELPHI_SET_ENUMERATOR(TSocketState::Connected), _DELPHI_SET_ENUMERATOR(TSocketState::Listening)> TSocketStates;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket System.Net.Socket

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!