| Author |
Set values dynamically in a command set
|
Renjith Mohan
Ranch Hand
Joined: Nov 28, 2008
Posts: 63
|
|
My aim is to send a few sets of commands to an embedded device via bluetooth. Ideally, those commands look like:
I want to dynamically set the values of NUM and DEV. One way is creating this from scratch (by attaching to StringBuffer) each time it executes. Is there any proper way of implementing?
Can we use placeholders like we do in reporting APIs?
Thanks in advance!
|
 |
 |
|
|
subject: Set values dynamically in a command set
|
|
|