Uses of Class
com.safi.asterisk.SWIGTYPE_p_int

Packages that use SWIGTYPE_p_int
com.safi.asterisk   
 

Uses of SWIGTYPE_p_int in com.safi.asterisk
 

Methods in com.safi.asterisk that return SWIGTYPE_p_int
 SWIGTYPE_p_int ast_channel_pvt.getAlertpipe()
           
 SWIGTYPE_p_int ast_channel.getFds()
           
 SWIGTYPE_p_int chan_iax2_pvt.getHistory()
           
 

Methods in com.safi.asterisk with parameters of type SWIGTYPE_p_int
 void ast_channel_pvt.setAlertpipe(SWIGTYPE_p_int alertpipe)
           
 void ast_channel.setFds(SWIGTYPE_p_int fds)
           
 void chan_iax2_pvt.setHistory(SWIGTYPE_p_int history)