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 |
bitSize |
Type: System.Int32 |
dotnetType |
Type: System.Type |