Public Member Functions | Public Attributes | List of all members
psen_scan::StopMonitoringFrame Struct Reference

Frame containing all necessary fields for a Stop Monitoring Command. More...

#include <scanner_frames.h>

Public Member Functions

 StopMonitoringFrame (const std::string &password="")
 Construct a new Stop Monitoring Frame:: Stop Monitoring Frame object. More...
 

Public Attributes

uint32_t crc_
 
uint32_t const OPCODE_
 
char password_ [8]
 
uint32_t const RESERVED_
 

Detailed Description

Frame containing all necessary fields for a Stop Monitoring Command.

Definition at line 53 of file scanner_frames.h.

Constructor & Destructor Documentation

◆ StopMonitoringFrame()

psen_scan::StopMonitoringFrame::StopMonitoringFrame ( const std::string &  password = "")

Construct a new Stop Monitoring Frame:: Stop Monitoring Frame object.

Parameters
passwordPassword for Laserscanner

Definition at line 53 of file scanner_frames.cpp.

Member Data Documentation

◆ crc_

uint32_t psen_scan::StopMonitoringFrame::crc_

A CRC32 of all the following fields. Byte order: little endian

Definition at line 55 of file scanner_frames.h.

◆ OPCODE_

uint32_t const psen_scan::StopMonitoringFrame::OPCODE_

Constant 0x12. Byte order: little endian

Definition at line 58 of file scanner_frames.h.

◆ password_

char psen_scan::StopMonitoringFrame::password_[8]

Device Password in ASCII, filled with zeros for non-existing characters

Definition at line 57 of file scanner_frames.h.

◆ RESERVED_

uint32_t const psen_scan::StopMonitoringFrame::RESERVED_

Use all zeros

Definition at line 56 of file scanner_frames.h.


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


psen_scan
Author(s):
autogenerated on Mon Feb 28 2022 23:16:20