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

binary_input point More...

#include <dnp3.hpp>

Public Member Functions

 BinaryInput (uint16_t index, bool value, const Flags &flags, const Timestamp &time)
 Fully construct BinaryInput specifying the value of each field. More...
 

Public Attributes

uint16_t index
 Point index. More...
 
bool value
 Point value. More...
 
Flags flags
 Point flags. More...
 
Timestamp time
 Point timestamp. More...
 

Friends

class CppBinaryInputFriend
 

Detailed Description

binary_input point

Constructor & Destructor Documentation

◆ BinaryInput()

dnp3::BinaryInput::BinaryInput ( uint16_t  index,
bool  value,
const Flags flags,
const Timestamp time 
)

Fully construct BinaryInput specifying the value of each field.

Parameters
indexPoint index
valuePoint value
flagsPoint flags
timePoint timestamp
Returns
New instance of BinaryInput

Member Data Documentation

◆ flags

Flags dnp3::BinaryInput::flags

Point flags.

◆ index

uint16_t dnp3::BinaryInput::index

Point index.

◆ time

Timestamp dnp3::BinaryInput::time

Point timestamp.

◆ value

bool dnp3::BinaryInput::value

Point value.


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