Rename your SCiO
May 10, 2016

You can rename your SCiO device using the following SCiO Device API:

scioDevice.renameDevice(newName, new ScioDeviceCallbackHandler() {
@Override
public void onSuccess() {
}
@Override
public void onError() {
}
@Override
public void onTimeout() {
}
});

 

Leave a Reply