join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
NetlinkSocket Class Reference

Class used to test the netlink socket API. More...

Inheritance diagram for NetlinkSocket:
Collaboration diagram for NetlinkSocket:

Static Public Member Functions

static void SetUpTestCase ()
 set up test case.
 

Static Protected Attributes

static const uint32_t _groups = RTMGRP_LINK
 groups.
 
static const int _timeout = 1000
 timeout.
 
static std::unique_ptr< char[]> _data
 data.
 

Detailed Description

Class used to test the netlink socket API.

Member Function Documentation

◆ SetUpTestCase()

static void NetlinkSocket::SetUpTestCase ( )
inlinestatic

set up test case.

Member Data Documentation

◆ _data

std::unique_ptr< char[]> NetlinkSocket::_data
staticprotected

data.

◆ _groups

const uint32_t NetlinkSocket::_groups = RTMGRP_LINK
staticprotected

groups.

◆ _timeout

const int NetlinkSocket::_timeout = 1000
staticprotected

timeout.


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