Note: the structure describing the WSN node's data packet is declared in Player. More...

#include <playerc.h>

Collaboration diagram for playerc_wsn_t:
Collaboration graph

Detailed Description

Note: the structure describing the WSN node's data packet is declared in Player.

WSN proxy data.

Public Attributes

playerc_device_t info
 Device info; must be at the start of all device structures.
 
uint32_t node_type
 The type of WSN node.
 
uint32_t node_id
 The ID of the WSN node.
 
uint32_t node_parent_id
 The ID of the WSN node's parent (if existing).
 
player_wsn_node_data_t data_packet
 The WSN node's data packet.
 

Member Data Documentation

◆ data_packet

player_wsn_node_data_t playerc_wsn_t::data_packet

The WSN node's data packet.


Referenced by PlayerCc::WSNProxy::GetNodeDataPacket().

◆ info

playerc_device_t playerc_wsn_t::info

Device info; must be at the start of all device structures.


◆ node_id

uint32_t playerc_wsn_t::node_id

The ID of the WSN node.


Referenced by PlayerCc::WSNProxy::GetNodeID().

◆ node_parent_id

uint32_t playerc_wsn_t::node_parent_id

The ID of the WSN node's parent (if existing).


Referenced by PlayerCc::WSNProxy::GetNodeParentID().

◆ node_type

uint32_t playerc_wsn_t::node_type

The type of WSN node.


Referenced by PlayerCc::WSNProxy::GetNodeType().


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