Click or drag to resize
TappyReaderSendCommandT Method (Callback, Object)

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

Send a command to the Tappy

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>(
	Callback responseCallback,
	params Object[] parameters
)
where T : Command

Parameters

responseCallback
Type: TapTrack.Tcmp.CommunicationCallback
Method to be called when a data is receieved or a error has occurred
parameters
Type: SystemObject
Parameters of the command

Type Parameters

T
Type of command to send
See Also