Robox Library for Cpp: BCC/31 module 1.0.0
RLibCpp BCC/31 protocol implementation
Classes | Public Member Functions | List of all members
CanC402InfoItem Class Reference

The data for CAN402 info item. More...

#include <client.h>

Classes

class  Vector
 Class to handle with lists of CanC402InfoItem. More...
 

Public Member Functions

uint16_t wsID () const
 Get the workstation ID.
 
void setWsID (uint16_t value)
 Set the workstation ID.
 
uint16_t status () const
 Get the status word.
 
void setStatus (uint16_t value)
 Set the status word.
 
uint16_t control () const
 Get the status word.
 
void setControl (uint16_t value)
 Set the control word.
 

Detailed Description

The data for CAN402 info item.

Member Function Documentation

◆ control()

ushort control ( ) const

Get the status word.

Returns
The parameter value

◆ setControl()

void setControl ( uint16_t value)

Set the control word.

Parameters
valueThe value to set

◆ setStatus()

void setStatus ( uint16_t value)

Set the status word.

Parameters
valueThe value to set

◆ setWsID()

void setWsID ( uint16_t value)

Set the workstation ID.

Parameters
valueThe value to set

◆ status()

ushort status ( ) const

Get the status word.

Returns
The parameter value

◆ wsID()

ushort wsID ( ) const

Get the workstation ID.

Returns
The parameter value