Esempio n. 1
0
func (this *MqS) ReadT_START() {
	this.iErrorMqToGoWithCheck(C.MqReadT_START((*_Ctype_struct_MqS)(this)))
}
Esempio n. 2
0
func (this *MqS) ReadT_START(buf *MqBufferS) {
	this.iErrorMqToGoWithCheck(C.MqReadT_START((*_Ctype_struct_MqS)(this), (*_Ctype_struct_MqBufferS)(buf)))
}