Beispiel #1
0
func (this *MqS) ProcessEvent2(timeout TIMEOUT, wait WAIT) {
	this.iErrorMqToGoWithCheck(C.MqProcessEvent((*_Ctype_struct_MqS)(this), C.MQ_TIME_T(timeout), uint32(wait)))
}
Beispiel #2
0
func (this *MqS) ProcessEvent(wait WAIT) {
	this.iErrorMqToGoWithCheck(C.MqProcessEvent((*_Ctype_struct_MqS)(this), C.MQ_TIMEOUT_DEFAULT, uint32(wait)))
}