Comments
www.windows-tech.info/15/a9d9e168a1d938fa.php
Posted by crouse
The format of each entry is two decimal integers: (gtt type value) ...... is three groups of 8 bits in the form of network-cluster-member.
Posted by waqasahmad
yep Kuan-yin is right
Posted by Hash007
For details:
www.aculab.com/searchpro/index.asp?q=code&g=0&num=25&p=14
Posted by sagitraz
The function below can be used to perform a Network-Cluster-Member to Decimal conversion:
Decimal Point Code = (2048 x Network) + (8 x Cluster) + Member
Lets look at a worked example, take the Point Code 3-115-6.
Thus, Network = 3
Cluster = 115
Member = 6
Decimal Point Code = (2048 x 3) + (8 x 115) + 6
Decimal Point Code = 07070
Posted by Kuan-yin