Using AddDevice without a parent group
What do I pass to AddDevice if the parent group isn't wanted?
Thanks.
What do I pass to AddDevice if the parent group isn't wanted?
Thanks.
In RFID Manager, by default any device would get added to the "RootDeviceGroup". Infact RFID Manager does allow you to add device to a particular group in the "Add device to a group" tab (present in Add Device Wizard) where you can chose a group or even create a new group.
In AddDevice method, if you dont want to add a device to any particular group add it to the "RootDeviceGroup". DeviceGroupDefinition.RootDeviceGroupName has the root device group name, use this as the argument for the parentDeviceGroup.
Thanks,
Keerthi.