ZeroSDN Controller  1.0
A modular distributed Software-Defined Network Controller
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros
Device::AttachmentPoint Struct Reference

The AttachmentPoint of this Device. More...

#include <Device.h>

Public Member Functions

 AttachmentPoint (uint64_t switch_dpid, uint32_t switch_port)
 

Public Attributes

uint64_t switchDpid
 The id of the switch which represents the attachment point. More...
 
uint32_t switchPort
 The port of the switch which represents the attachment point. More...
 

Detailed Description

The AttachmentPoint of this Device.

Constructor & Destructor Documentation

Device::AttachmentPoint::AttachmentPoint ( uint64_t  switch_dpid,
uint32_t  switch_port 
)
inline

Member Data Documentation

uint64_t Device::AttachmentPoint::switchDpid

The id of the switch which represents the attachment point.

uint32_t Device::AttachmentPoint::switchPort

The port of the switch which represents the attachment point.


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