dnp3 (.NET API) 1.1.0
dnp3.AnalogInput Class Reference

analog_input point More...

Public Member Functions

AnalogInput WithIndex (ushort value)
 Point index More...
 
AnalogInput WithValue (double value)
 Point value More...
 
AnalogInput WithFlags (Flags value)
 Point flags More...
 
AnalogInput WithTime (Timestamp value)
 Point timestamp More...
 
 AnalogInput (ushort index, double value, Flags flags, Timestamp time)
 Fully construct AnalogInput specifying the value of each field More...
 

Public Attributes

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

Detailed Description

analog_input point

Constructor & Destructor Documentation

◆ AnalogInput()

dnp3.AnalogInput.AnalogInput ( ushort  index,
double  value,
Flags  flags,
Timestamp  time 
)
inline

Fully construct AnalogInput specifying the value of each field

Parameters
indexPoint index
valuePoint value
flagsPoint flags
timePoint timestamp

Member Function Documentation

◆ WithFlags()

AnalogInput dnp3.AnalogInput.WithFlags ( Flags  value)
inline

Point flags

◆ WithIndex()

AnalogInput dnp3.AnalogInput.WithIndex ( ushort  value)
inline

Point index

◆ WithTime()

AnalogInput dnp3.AnalogInput.WithTime ( Timestamp  value)
inline

Point timestamp

◆ WithValue()

AnalogInput dnp3.AnalogInput.WithValue ( double  value)
inline

Point value

Member Data Documentation

◆ Flags

Flags dnp3.AnalogInput.Flags

Point flags

◆ Index

ushort dnp3.AnalogInput.Index

Point index

◆ Time

Timestamp dnp3.AnalogInput.Time

Point timestamp

◆ Value

double dnp3.AnalogInput.Value

Point value


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