FlagProtocolExecuteCommand Method

Executes command. Last request message expects data response, previous requestes expect ACK response.

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Protocols.Flag (in OddPrg.Protocols.Flag.dll) Version: 2.0.0.7 (2.0.0.7)
C#
public DataSet[] ExecuteCommand(
	string cmdIdentifier,
	string address,
	string value,
	CancellationToken cancelToken,
	string unit = "",
	int maxMsqLength = 2147483647
)

Parameters

cmdIdentifier  String
address  String
value  String
cancelToken  CancellationToken
unit  String  (Optional)
maxMsqLength  Int32  (Optional)

Return Value

DataSet

See Also