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

binary_input point More...

Public Member Functions

BinaryInput WithIndex (ushort value)
 Point index More...
 
BinaryInput WithValue (bool value)
 Point value More...
 
BinaryInput WithFlags (Flags value)
 Point flags More...
 
BinaryInput WithTime (Timestamp value)
 Point timestamp More...
 
 BinaryInput (ushort index, bool value, Flags flags, Timestamp time)
 Fully construct BinaryInput specifying the value of each field 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_input point

Constructor & Destructor Documentation

◆ BinaryInput()

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

Fully construct BinaryInput specifying the value of each field

Parameters
indexPoint index
valuePoint value
flagsPoint flags
timePoint timestamp

Member Function Documentation

◆ WithFlags()

BinaryInput dnp3.BinaryInput.WithFlags ( Flags  value)
inline

Point flags

◆ WithIndex()

BinaryInput dnp3.BinaryInput.WithIndex ( ushort  value)
inline

Point index

◆ WithTime()

BinaryInput dnp3.BinaryInput.WithTime ( Timestamp  value)
inline

Point timestamp

◆ WithValue()

BinaryInput dnp3.BinaryInput.WithValue ( bool  value)
inline

Point value

Member Data Documentation

◆ Flags

Flags dnp3.BinaryInput.Flags

Point flags

◆ Index

ushort dnp3.BinaryInput.Index

Point index

◆ Time

Timestamp dnp3.BinaryInput.Time

Point timestamp

◆ Value

bool dnp3.BinaryInput.Value

Point value


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