PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
profinet::rpc::BlockHeaderView Struct Reference

Generic block header (type + length) used to scan response blocks. More...

#include <rpc.h>

+ Collaboration diagram for profinet::rpc::BlockHeaderView:

Public Attributes

std::uint16_t blockType
 
std::uint16_t blockLength
 

Detailed Description

Generic block header (type + length) used to scan response blocks.

Definition at line 47 of file rpc.h.

Member Data Documentation

◆ blockLength

std::uint16_t profinet::rpc::BlockHeaderView::blockLength

Definition at line 50 of file rpc.h.

◆ blockType

std::uint16_t profinet::rpc::BlockHeaderView::blockType

Definition at line 49 of file rpc.h.

Referenced by profinet::rpc::PeekBlockHeader().


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