Beispiel #1
0
func (this *MqS) SendT_START() {
	this.iErrorMqToGoWithCheck(C.MqSendT_START((*_Ctype_struct_MqS)(this)))
}
Beispiel #2
0
func (this *MqS) SendT_START(tok string) {
	t := C.CString(tok)
	r := C.MqSendT_START((*_Ctype_struct_MqS)(this), C.MQ_TOK(t))
	C.free(unsafe.Pointer(t))
	this.iErrorMqToGoWithCheck(r)
}