Namespaces
Variants
Actions

How to get the machine uid of the Device

Jump to: navigation, search
Article Metadata

Article
Created: kavitaobhan (19 Nov 2007)
Last edited: hamishwillee (30 May 2013)

Headers and Library

#include <hal.h>
LIBRARY hal.lib

Getting the Machine UID of the Device

// Returns the machine Uid of the target device 
TInt GetDeviceMachineUid()
{
TInt machineUid = 0;
HAL::Get(HALData::EMachineUid, machineUid);
return machineUid;
}
This page was last modified on 30 May 2013, at 07:38.
84 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved