s-net-Tools
SnetProbeRequest Class Reference

#include <SnetProbeRequest.h>

Inheritance diagram for SnetProbeRequest:
Collaboration diagram for SnetProbeRequest:

Public Member Functions

 SnetProbeRequest (uint16_t a_SrcSSA, uint16_t a_DstSSA)
 
void SetLocalSeed (uint32_t a_LocalSeed=0)
 
void SetLocalSeqNbr (uint32_t a_LocalSeqNbr=0)
 
size_t GetSize () const
 
std::vector< unsigned char > Serialize () const
 
- Public Member Functions inherited from SnetAppMessage
 SnetAppMessage (uint8_t a_SrcServiceId=0, uint8_t a_DstServiceId=0, uint8_t a_Token=0, uint16_t a_SrcSSA=0xFFFE, uint16_t a_DstSSA=0xFFFE, bool a_OnAirARQ=true)
 
void SetSrcServiceId (uint8_t a_SrcServiceId=0)
 
uint8_t GetSrcServiceId () const
 
void SetDstServiceId (uint8_t a_DstServiceId=0)
 
uint8_t GetDstServiceId () const
 
void SetToken (uint8_t a_Token=0)
 
uint16_t GetToken () const
 
std::vector< unsigned char > Serialize () const
 
size_t Deserialize (const std::vector< unsigned char > &a_Buffer)
 
std::string Dissect () const
 
- Public Member Functions inherited from SnetPacket
 SnetPacket (uint16_t a_SrcSSA=0xFFFE, uint16_t a_DstSSA=0xFFFE, bool a_OnAirARQ=true)
 
virtual ~SnetPacket ()
 
void SetSrcSSA (uint16_t a_SrcSSA=0xFFFE)
 
uint16_t GetSrcSSA () const
 
void SetDstSSA (uint16_t a_DstSSA=0xFFFE)
 
uint16_t GetDstSSA () const
 
void SetOnAirARQ (bool a_OnAirARQ=true)
 
bool GetOnAirARQ () const
 

Additional Inherited Members

- Protected Member Functions inherited from SnetAppMessage
size_t GetSize () const
 

Detailed Description

Definition at line 28 of file SnetProbeRequest.h.

Constructor & Destructor Documentation

SnetProbeRequest::SnetProbeRequest ( uint16_t  a_SrcSSA,
uint16_t  a_DstSSA 
)
inline

Definition at line 30 of file SnetProbeRequest.h.

Member Function Documentation

size_t SnetProbeRequest::GetSize ( ) const
inlinevirtual

Reimplemented from SnetPacket.

Definition at line 37 of file SnetProbeRequest.h.

Here is the call graph for this function:

Here is the caller graph for this function:

std::vector<unsigned char> SnetProbeRequest::Serialize ( ) const
inlinevirtual

Reimplemented from SnetPacket.

Definition at line 40 of file SnetProbeRequest.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void SnetProbeRequest::SetLocalSeed ( uint32_t  a_LocalSeed = 0)
inline

Definition at line 33 of file SnetProbeRequest.h.

Here is the caller graph for this function:

void SnetProbeRequest::SetLocalSeqNbr ( uint32_t  a_LocalSeqNbr = 0)
inline

Definition at line 34 of file SnetProbeRequest.h.

Here is the caller graph for this function:


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