| EMajorServiceLength = 11 | |
| EMajorDeviceLength = 5 | |
| EMinorDeviceLength = 6 | |
| EFormatTypeLength = 2 | |
| EMajorServiceMask = ((1 << ( EMajorServiceLength )) - 1) | |
| EMajorDeviceMask = ((1 << ( EMajorDeviceLength )) - 1) | |
| EMinorDeviceMask = ((1 << ( EMinorDeviceLength )) - 1) | |
| EFormatTypeMask = ((1 << ( EFormatTypeLength )) - 1) |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.