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

counter point More...

Public Member Functions

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

Public Attributes

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

Detailed Description

counter point

Constructor & Destructor Documentation

◆ Counter()

dnp3.Counter.Counter ( ushort  index,
uint  value,
Flags  flags,
Timestamp  time 
)
inline

Fully construct Counter specifying the value of each field

Parameters
indexPoint index
valuePoint value
flagsPoint flags
timePoint timestamp

Member Function Documentation

◆ WithFlags()

Counter dnp3.Counter.WithFlags ( Flags  value)
inline

Point flags

◆ WithIndex()

Counter dnp3.Counter.WithIndex ( ushort  value)
inline

Point index

◆ WithTime()

Counter dnp3.Counter.WithTime ( Timestamp  value)
inline

Point timestamp

◆ WithValue()

Counter dnp3.Counter.WithValue ( uint  value)
inline

Point value

Member Data Documentation

◆ Flags

Flags dnp3.Counter.Flags

Point flags

◆ Index

ushort dnp3.Counter.Index

Point index

◆ Time

Timestamp dnp3.Counter.Time

Point timestamp

◆ Value

uint dnp3.Counter.Value

Point value


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