IStringMarshaler Interface
Common interface for marshalling ADS string values.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IStringMarshaler
The IStringMarshaler type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
The encoding used by this marshaler. | |
|
Gets the size of the string terminator '\0' |
Methods
|
Name |
Description |
---|---|---|
|
Marshals the specified string value. | |
|
Marshals the specified string value. | |
|
Gets the marshal size of the specified string type. | |
|
Gets the marshal size of the string. | |
|
Gets the marshal size of the string given by its length. | |
|
Unmarshals a string from memory/span. | |
|
Unmarshals the specified string type. | |
|
Unmarshals a string from memory/span. |