DataSetCreate(String, String, String, Int32) Method

Creates data set for required values. Splits the fields into more data sets if they are too long for the maxLength.

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Frames.Flag (in OddPrg.Frames.Flag.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static DataSet[] Create(
	string address,
	string value,
	string unit,
	int maxMsgLength = 2147483647
)

Parameters

address  String
value  String
unit  String
maxMsgLength  Int32  (Optional)

Return Value

DataSet

See Also