Public Member Functions | List of all members
Socket Class Reference

#include <socket.h>

Inheritance diagram for Socket:
Inheritance graph
[legend]

Public Member Functions

virtual unsigned short Port ()
 
virtual void SendData (std::vector< uint8_t >)
 
virtual void Start ()
 
virtual void Stop ()
 
virtual ~Socket ()=default
 

Detailed Description

Definition at line 8 of file socket.h.

Constructor & Destructor Documentation

◆ ~Socket()

virtual Socket::~Socket ( )
virtualdefault

Member Function Documentation

◆ Port()

virtual unsigned short Socket::Port ( )
inlinevirtual

Reimplemented in UdpSocket.

Definition at line 19 of file socket.h.

◆ SendData()

virtual void Socket::SendData ( std::vector< uint8_t >  )
inlinevirtual

Reimplemented in MockJsonSocket, MockBinarySocket, MockStringSocket, and UdpSocket.

Definition at line 21 of file socket.h.

◆ Start()

virtual void Socket::Start ( )
inlinevirtual

Reimplemented in MockJsonSocket, MockStringSocket, MockBinarySocket, and UdpSocket.

Definition at line 14 of file socket.h.

◆ Stop()

virtual void Socket::Stop ( )
inlinevirtual

Reimplemented in UdpSocket.

Definition at line 17 of file socket.h.


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


skyway
Author(s): Toshiya Nakakura
autogenerated on Sat Apr 15 2023 02:08:21