Jpp  19.1.0
the software that should make you happy
Public Types | Public Member Functions | Protected Attributes | List of all members
JNET::JSocketChannel Class Reference

Auxiliary class for socket channel. More...

#include <JSocketChannel.hh>

Inheritance diagram for JNET::JSocketChannel:
JNET::JSocketInputChannel< JPrefix_t > JNET::JSocketOutputChannel< JPrefix_t >

Public Types

enum  JType { IO_PREFIX = 1 , IO_DATA = 2 }
 

Public Member Functions

void reset ()
 Reset channel. More...
 

Protected Attributes

JType type
 

Detailed Description

Auxiliary class for socket channel.

Definition at line 51 of file JSocketChannel.hh.

Member Enumeration Documentation

◆ JType

Enumerator
IO_PREFIX 
IO_DATA 

Definition at line 54 of file JSocketChannel.hh.

Member Function Documentation

◆ reset()

void JNET::JSocketChannel::reset ( )
inline

Reset channel.

Definition at line 60 of file JSocketChannel.hh.

61  {
62  type = IO_PREFIX;
63  }

Member Data Documentation

◆ type

JType JNET::JSocketChannel::type
protected

Definition at line 67 of file JSocketChannel.hh.


The documentation for this class was generated from the following file: