From 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 25 Mar 2020 20:48:19 +0100 Subject: clean-up the mess Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/SocketStatus_8h.htm | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100755 h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/SocketStatus_8h.htm (limited to 'h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/SocketStatus_8h.htm') diff --git a/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/SocketStatus_8h.htm b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/SocketStatus_8h.htm new file mode 100755 index 0000000..d8b1747 --- /dev/null +++ b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/SocketStatus_8h.htm @@ -0,0 +1,102 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
SocketStatus.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + +

+Enumerations

enum  sfSocketStatus {
+  sfSocketDone, +
+  sfSocketNotReady, +
+  sfSocketDisconnected, +
+  sfSocketError +
+ }
 Define the status that can be returned by the socket functions. More...
 
+

Enumeration Type Documentation

+ +
+
+ + + + +
enum sfSocketStatus
+
+ +

Define the status that can be returned by the socket functions.

+
Enumerator:
+ + + + +
sfSocketDone  +

The socket has sent / received the data.

+
sfSocketNotReady  +

The socket is not ready to send / receive data yet.

+
sfSocketDisconnected  +

The TCP socket has been disconnected.

+
sfSocketError  +

An unexpected error happened.

+
+
+
+ +

Definition at line 33 of file SocketStatus.h.

+ +
+
+
+ + + + -- cgit v1.2.3