Hi,
I'm making a Xamarin app for zebra tc51 that uses EMDK Profile, i need to modify the clock profile while the app runs but i cannot ovewrite the EMDKConfig.xml.. there's a way to modify the profile?
Thanks
Modify profile at runtime |
Modify profile at runtimeHi, |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
You can pass in modified data as well as the static XML. Look at the last parameter here:
ProfileManager - Zebra Technologies Techdocs
See an example of this in this sample app. This is for WiFi, but just to give you an idea..
samples-emdkforxamarin-2_7/MainActivity.cs at master · Zebra/samples-emdkforxamarin-2_7 · GitHub