TSDuck v3.45-4725
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsSocketOp.h File Reference

Identification of various socket operations. More...

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Enumerations

enum class  ts::SocketOp {
  ts::SocketOp::NONE ,
  ts::SocketOp::OPEN ,
  ts::SocketOp::SET_OPTION ,
  ts::SocketOp::GET_OPTION ,
  ts::SocketOp::CONNECT ,
  ts::SocketOp::LISTEN ,
  ts::SocketOp::ACCEPT ,
  ts::SocketOp::SEND ,
  ts::SocketOp::RECEIVE ,
  ts::SocketOp::CLOSE_WRITER ,
  ts::SocketOp::DISCONNECT ,
  ts::SocketOp::CLOSE
}
 Identification of various socket operations. More...
 

Functions

const Namests::SocketOpNames ()
 Enumeration description of ts::SocketOp with meaningful names.
 

Detailed Description

Identification of various socket operations.