Eplan Platform API
Eplan.EplApi.HEServices Namespace / PlcService.PLCDataConverterInfo Class
Members

In This Topic
    PlcService.PLCDataConverterInfo Class
    In This Topic
    A structure containing a PLC converter's ID together with its full name. This structure instances are elements of the array returned by the GetAvailableConverters method.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.HEServices.PlcService.PLCDataConverterInfo

    Syntax
    public class PlcService.PLCDataConverterInfo 
    public ref class PlcService.PLCDataConverterInfo 
    Public Properties
     NameDescription
    Public PropertyA converter's ID. The value of this property may be used as strConverterID parameter to the ImportData and ExportData methods of the PLCService class.  
    Public PropertyReturns a full name of the PLC converter.  
    Top
    See Also