Click or drag to resize
TappyReaderSendCommandT Method (Object)

[This is preliminary documentation and is subject to change.]

Send a command with no response call back

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public void SendCommand<T>(
	params Object[] parameters
)
where T : Command

Parameters

parameters
Type: SystemObject
Parameters of the command

Type Parameters

T
Type of command to send
See Also