Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ksnLNullSPacket Struct Reference

L0 Server resend to peer packet data structure. More...

#include <l0-server.h>

Data Fields

uint8_t cmd
 Command number. More...
 
uint8_t client_name_length
 Client name length (includes null terminated) More...
 
uint16_t data_length
 Packet data length. More...
 
char payload []
 Сlient name (includes null terminated) + packet data. More...
 

Detailed Description

L0 Server resend to peer packet data structure.

Field Documentation

uint8_t ksnLNullSPacket::client_name_length

Client name length (includes null terminated)

Referenced by cmd_l0_cb(), cmd_l0_to_cb(), ksnCoreSendCmdto(), and ksnLNullSendToL0().

uint8_t ksnLNullSPacket::cmd

Command number.

Referenced by cmd_l0_cb(), cmd_l0_to_cb(), ksnCoreSendCmdto(), and ksnLNullSendToL0().

uint16_t ksnLNullSPacket::data_length

Packet data length.

Referenced by cmd_l0_cb(), cmd_l0_to_cb(), ksnCoreSendCmdto(), and ksnLNullSendToL0().

char ksnLNullSPacket::payload[]

Сlient name (includes null terminated) + packet data.

Referenced by cmd_l0_cb(), cmd_l0_to_cb(), ksnCoreSendCmdto(), and ksnLNullSendToL0().


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