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

Parsed RealIdentificationData (0xF000/0x0013) structure. More...

#include <blocks.h>

+ Collaboration diagram for profinet::blocks::RealIdentificationData:

Public Attributes

std::vector< SlotInfoslots
 Populated slots/subslots.
 
std::pair< std::uint8_t, std::uint8_t > version {1, 0}
 Block format version (determines v1.0 vs v1.1 layout).
 

Detailed Description

Parsed RealIdentificationData (0xF000/0x0013) structure.

Definition at line 243 of file blocks.h.

Member Data Documentation

◆ slots

std::vector<SlotInfo> profinet::blocks::RealIdentificationData::slots

Populated slots/subslots.

Definition at line 246 of file blocks.h.

Referenced by profinet::rpc::RPCCon::DiscoverSlots(), and profinet::blocks::ParseRealIdentificationData().

◆ version

std::pair<std::uint8_t, std::uint8_t> profinet::blocks::RealIdentificationData::version {1, 0}

Block format version (determines v1.0 vs v1.1 layout).

Definition at line 249 of file blocks.h.

Referenced by profinet::blocks::ParseRealIdentificationData().


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