dnp3 (C++ API) 1.1.0
dnp3::Iin2 Struct Reference

Second IIN byte. More...

#include <dnp3.hpp>

Public Attributes

bool no_func_code_support
 Outstation does not support this function code. More...
 
bool object_unknown
 Outstation does not support requested operation for objects in the request. More...
 
bool parameter_error
 Outstation does not support requested operation for objects in the request. More...
 
bool event_buffer_overflow
 An event buffer overflow condition exists in the outstation, and at least one unconfirmed event was lost. More...
 
bool already_executing
 The operation requested is already executing (optional support) More...
 
bool config_corrupt
 The outstation detected corrupt configuration (optional support) More...
 
bool reserved_2
 Reserved for future use - should always be set to 0. More...
 
bool reserved_1
 Reserved for future use - should always be set to 0. More...
 

Friends

class CppIin2Friend
 

Detailed Description

Second IIN byte.

Member Data Documentation

◆ already_executing

bool dnp3::Iin2::already_executing

The operation requested is already executing (optional support)

◆ config_corrupt

bool dnp3::Iin2::config_corrupt

The outstation detected corrupt configuration (optional support)

◆ event_buffer_overflow

bool dnp3::Iin2::event_buffer_overflow

An event buffer overflow condition exists in the outstation, and at least one unconfirmed event was lost.

◆ no_func_code_support

bool dnp3::Iin2::no_func_code_support

Outstation does not support this function code.

◆ object_unknown

bool dnp3::Iin2::object_unknown

Outstation does not support requested operation for objects in the request.

◆ parameter_error

bool dnp3::Iin2::parameter_error

Outstation does not support requested operation for objects in the request.

◆ reserved_1

bool dnp3::Iin2::reserved_1

Reserved for future use - should always be set to 0.

◆ reserved_2

bool dnp3::Iin2::reserved_2

Reserved for future use - should always be set to 0.


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