func (this *MqS) SendT_END(tok string) { t := C.CString(tok) r := C.MqSendT_END((*_Ctype_struct_MqS)(this), t) C.free(unsafe.Pointer(t)) this.iErrorMqToGoWithCheck(r) }
func (this *MqS) SendT_END() { this.iErrorMqToGoWithCheck(C.MqSendT_END((*_Ctype_struct_MqS)(this))) }