
 Lib_pim1 -    Lib_pim ().

     PIM API(Personal Information Management API).
         .
   JSR75(     
  JSR75, .. PIM API   JSR75 ).
    .

 :

JAVA:
-----

public static int pim_supported()
public static void init()
public static int enum_contacts(int max_count)
public static int phone_count(int idx)
public static int get_phone_list(int idx)
public static String get_phone(int idx)

pascal:
-------

function pim_supported:integer;
procedure init;
function enum_contacts(max_count:integer):integer;
function phone_count(idx:integer):integer;
function get_phone_list(idx:integer):integer;
function get_phone(idx:integer):string;

 :

function pim_supported:integer;
 1  PIM , 0   

procedure init;
 . 
     (   )

function enum_contacts(max_count:integer):integer;
      .
max_count-  

function phone_count(idx:integer):integer;
       idx

function get_phone_list(idx:integer);
       idx 
  .   .

function get_phone(idx:integer):string;
    idx   
(  get_phone_list).

    0.
  SonyEricsson k510i.

   (    ,   
 ).

 1.0

 ViNT.
