0 purchases
cosa reading
About Cosa Reading #
一个帮助通过SIM信息获取APN连接点信息的库。数据来源于:
https://learn.microsoft.com/en-us/windows-hardware/drivers/mobilebroadband/cosa-overview
Quick Start #
reader.readFile('./res/customizations.xml');
var data = reader.getApnList( "01","460");
data?.forEach((element) {
print(element.apnList);
});
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.