IEC 61850 .NET API  1.2.0
IEC 61850 .NET API for libiec61850 protocol library
IEC61850.Common.ObjectReference Class Reference

Object reference. Helper function to handle object reference strings. More...

Static Public Member Functions

static string getElementName (string objectReferenceWithFc)
 Get the name part of an object reference with appended FC More...
 
static FunctionalConstraint getFC (string objectReferenceWithFc)
 Get the FC of an object reference with appended FC. More...
 

Detailed Description

Object reference. Helper function to handle object reference strings.

Member Function Documentation

static string IEC61850.Common.ObjectReference.getElementName ( string  objectReferenceWithFc)
static

Get the name part of an object reference with appended FC

Returns
The element name.
Parameters
objectReferenceWithFcObject reference with appended fc.
static FunctionalConstraint IEC61850.Common.ObjectReference.getFC ( string  objectReferenceWithFc)
static

Get the FC of an object reference with appended FC.

Returns
The FC
Parameters
objectReferenceWithFcObject reference with FC.

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