IEC 61850 .NET API  1.2.0
IEC 61850 .NET API for libiec61850 protocol library
IEC61850.Server.CDC Class Reference

The CDC class contains helper functions to create DataObject instances for the most common Common Data Classes. More...

Static Public Member Functions

static DataObject Create_CDC_SPS (ModelNode parent, string name, uint options)
 
static DataObject Create_CDC_INS (ModelNode parent, string name, uint options)
 
static DataObject Create_CDC_MV (ModelNode parent, string name, uint options, bool isIntegerNotFloat)
 
static DataObject Create_CDC_INC (ModelNode parent, string name, uint options, uint controlOptions)
 
static DataObject Create_CDC_LPL (ModelNode parent, string name, uint options)
 
static DataObject Create_CDC_DPL (ModelNode parent, string name, uint options)
 

Public Attributes

const int CDC_OPTION_DESC = (1 << 2)
 
const int CDC_OPTION_DESC_UNICODE = (1 << 3)
 
const int CDC_OPTION_AC_DLNDA = (1 << 4)
 
const int CDC_OPTION_AC_DLN = (1 << 5)
 
const int CDC_OPTION_DPL_HWREV = (1 << 17)
 
const int CDC_OPTION_DPL_SWREV = (1 << 18)
 
const int CDC_OPTION_DPL_SERNUM = (1 << 19)
 
const int CDC_OPTION_DPL_MODEL = (1 << 20)
 
const int CDC_OPTION_DPL_LOCATION = (1 << 21)
 
const int CDC_OPTION_AC_LN0_M = (1 << 24)
 
const int CDC_OPTION_AC_LN0_EX = (1 << 25)
 
const int CDC_OPTION_AC_DLD_M = (1 << 26)
 

Detailed Description

The CDC class contains helper functions to create DataObject instances for the most common Common Data Classes.


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