BitMappingType Constructor

Initializes a new instance of the BitMappingType class.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

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

VB

Public Sub New ( 
    name As String,
    bitSize As Integer,
    dotnetType As Type
)

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