FlagFrameCreateCommands Method

Creates request message or request messages neccessary for executing the command.

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 ByteBuffer[] CreateCommands(
	string cmdIdentifier,
	string address,
	string value,
	string unit = "",
	int maxMsqLength = 2147483647
)

Parameters

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

Return Value

ByteBuffer

See Also