BitMappingType Constructor

Initializes a new instance of the BitMappingType class.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public BitMappingType(
    string name,
    int bitSize,
    Type dotnetType
)

Parameters

name

Type: System.String
The name.

bitSize

Type: System.Int32
The size of the type in bits.

dotnetType

Type: System.Type
Type of the dotnet.

Reference

BitMappingType Class

TwinCAT.Ads.TypeSystem Namespace