Click or drag to resize
Grid Solutions Framework

Mapping(UInt32, String, UInt32) Constructor

Creates a new Mapping with the specified parameters.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.181-beta
Syntax
public Mapping(
	uint id,
	string source,
	uint index
)
View Source

Parameters

id  UInt32
ID
source  String
Source
index  UInt32
Index
See Also