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

Octet String point More...

Public Member Functions

 OctetString (ushort index, System.Collections.Generic.ICollection< Byte > value)
 Initialize OctetString to default values More...
 

Public Attributes

ushort Index
 Point index More...
 
System.Collections.Generic.ICollection< ByteValue
 Point value More...
 

Detailed Description

Octet String point

Constructor & Destructor Documentation

◆ OctetString()

dnp3.OctetString.OctetString ( ushort  index,
System.Collections.Generic.ICollection< Byte value 
)
inline

Initialize OctetString to default values

Parameters
indexPoint index
valuePoint value

Member Data Documentation

◆ Index

ushort dnp3.OctetString.Index

Point index

◆ Value

System.Collections.Generic.ICollection<Byte> dnp3.OctetString.Value

Point value


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