Click or drag to resize

StringIStringData Class

String data.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPStringIStringData

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public class StringData

The StringIStringData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCharSet
From IANA MIB Printer Codes (RFC 1759).
Public propertyDataType
EPATH data type. Limited to values 0xd0, 0xd5, 0xd9 and 0xda.
Public propertyEncoding
Encoding for this string.
Public propertyLanguage
Language. First three characters from ISO 639-2/T.
Public propertyLanguage1
First character from ISO 639-2/T.
Public propertyLanguage2
Second character from ISO 639-2/T.
Public propertyLanguage3
Third character from ISO 639-2/T.
Public propertyString
String.
Top
Methods
  NameDescription
Public methodMarshal
Marshal string data.
Public methodStatic memberUnmarshal
Unmarshal string data.
Top
See Also