|
s-net-Tools
|
#include <SnetPlatformRequest.h>


Public Member Functions | |
| SnetPlatformRequest (uint16_t a_UnicastSSA) | |
| 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 |
Definition at line 28 of file SnetPlatformRequest.h.
|
inline |
Definition at line 30 of file SnetPlatformRequest.h.
|
inlinevirtual |
Reimplemented from SnetPacket.
Definition at line 33 of file SnetPlatformRequest.h.

