dnp3  0.9.0
Public Member Functions | Public Attributes | List of all members
dnp3.Binary Class Reference

Binary point More...

Public Member Functions

 Binary (ushort index, bool value, Flags flags, Timestamp time)
 Initialize Binary to default values More...
 

Public Attributes

ushort Index
 Point index More...
 
bool Value
 Point value More...
 
Flags Flags
 Point flags More...
 
Timestamp Time
 Point timestamp More...
 

Detailed Description

Binary point

Constructor & Destructor Documentation

◆ Binary()

dnp3.Binary.Binary ( ushort  index,
bool  value,
Flags  flags,
Timestamp  time 
)
inline

Initialize Binary to default values

Parameters
indexPoint index
valuePoint value
flagsPoint flags
timePoint timestamp

Member Data Documentation

◆ Flags

Flags dnp3.Binary.Flags

Point flags

◆ Index

ushort dnp3.Binary.Index

Point index

◆ Time

Timestamp dnp3.Binary.Time

Point timestamp

◆ Value

bool dnp3.Binary.Value

Point value


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