libiec61850.NET 1.6.1
IEC 61850 .NET API for libiec61850 protocol library
Loading...
Searching...
No Matches
MmsValue.cs File Reference

Classes

class  IEC61850.Common.MmsValue
 This class is used to hold MMS data values of different types. More...
 
class  IEC61850.Common.MmsValueException
 

Namespaces

namespace  IEC61850
 IEC 61850 API for the libiec61850 .NET wrapper library.
 
namespace  IEC61850.Common
 

Enumerations

enum  IEC61850.Common.MmsType {
  IEC61850.Common.MMS_ARRAY = 0 , IEC61850.Common.MMS_STRUCTURE = 1 , IEC61850.Common.MMS_BOOLEAN = 2 , IEC61850.Common.MMS_BIT_STRING = 3 ,
  IEC61850.Common.MMS_INTEGER = 4 , IEC61850.Common.MMS_UNSIGNED = 5 , IEC61850.Common.MMS_FLOAT = 6 , IEC61850.Common.MMS_OCTET_STRING = 7 ,
  IEC61850.Common.MMS_VISIBLE_STRING = 8 , IEC61850.Common.MMS_GENERALIZED_TIME = 9 , IEC61850.Common.MMS_BINARY_TIME = 10 , IEC61850.Common.MMS_BCD = 11 ,
  IEC61850.Common.MMS_OBJ_ID = 12 , IEC61850.Common.MMS_STRING = 13 , IEC61850.Common.MMS_UTC_TIME = 14 , IEC61850.Common.MMS_DATA_ACCESS_ERROR = 15
}