EnableDataThrottling Constructor |
[This is preliminary documentation and is subject to change.]
Throttles the data that is sent by the Tappy.
Note |
---|
Should be used with the TappyBLE.
|
Namespace: TapTrack.Tcmp.CommandFamilies.SystemAssembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntaxpublic EnableDataThrottling(
byte delay,
byte numPackets
)
Parameters
- delay
- Type: SystemByte
Time to delay between numPackets. Time is in milliseconds - numPackets
- Type: SystemByte
Number of packets to send before pausing the time specified by the delay parameter
See Also