Home
last modified time | relevance | path

Searched refs:Ibwrt (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/libctb-0.16/python/src/
H A Dgpib.i86 int Ibwrt(char* buf,size_t len);
H A Dctb.py355 def Ibwrt(self,string): member in GpibDevice
356 return self.device.Ibwrt(string,len(string))
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/libctb-0.16/include/ctb-0.16/
H A Dgpib.h316 int Ibwrt(char* buf,size_t len);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/libctb-0.16/python/module/linux/
H A Dctb.py355 def Ibwrt(self,string): member in GpibDevice
356 return self.device.Ibwrt(string,len(string))
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/libctb-0.16/src/
H A Dgpib.cpp110 int GpibDevice::Ibwrt(char* buf,size_t len) in Ibwrt() function in ctb::GpibDevice