TappyReaderSendCommandT Method (Object) |
[This is preliminary documentation and is subject to change.]
Send a command with no response call back
Namespace: TapTrack.Tcmp.CommunicationAssembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntaxpublic 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