#include <SnetServiceMessage.h>
|
| | SnetServiceMessage (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 | SetPayload (const std::vector< unsigned char > &a_Payload) |
| |
| std::vector< unsigned char > | GetPayload () const |
| |
| size_t | GetSize () const |
| |
| std::vector< unsigned char > | Serialize () const |
| |
| size_t | Deserialize (const std::vector< unsigned char > &a_Buffer) |
| |
| std::string | Dissect () const |
| |
| | 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 |
| |
| | 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 |
| |
Definition at line 42 of file SnetServiceMessage.h.
§ SnetServiceMessage()
| SnetServiceMessage::SnetServiceMessage |
( |
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 |
|
) |
| |
|
inline |
§ Deserialize()
| size_t SnetServiceMessage::Deserialize |
( |
const std::vector< unsigned char > & |
a_Buffer | ) |
|
|
inlinevirtual |
§ Dissect()
| std::string SnetServiceMessage::Dissect |
( |
| ) |
const |
|
inlinevirtual |
§ GetPayload()
| std::vector<unsigned char> SnetServiceMessage::GetPayload |
( |
| ) |
const |
|
inline |
§ GetSize()
| size_t SnetServiceMessage::GetSize |
( |
| ) |
const |
|
inlinevirtual |
§ Serialize()
| std::vector<unsigned char> SnetServiceMessage::Serialize |
( |
| ) |
const |
|
inlinevirtual |
§ SetPayload()
| void SnetServiceMessage::SetPayload |
( |
const std::vector< unsigned char > & |
a_Payload | ) |
|
|
inline |
The documentation for this class was generated from the following file: