FlagProtocolExecuteCommand Method
Executes command. Last request message expects data response, previous requestes expect ACK response.
Namespace: OddPrg.Protocols.Flag1Assembly: OddPrg.Protocols.Flag (in OddPrg.Protocols.Flag.dll) Version: 2.0.0.7 (2.0.0.7)
public DataSet[] ExecuteCommand(
string cmdIdentifier,
string address,
string value,
CancellationToken cancelToken,
string unit = "",
int maxMsqLength = 2147483647
)
- cmdIdentifier String
- address String
- value String
- cancelToken CancellationToken
- unit String (Optional)
- maxMsqLength Int32 (Optional)
DataSet