func (this *MqBufferS) SetS(val int16) *MqBufferS { return (*MqBufferS)(C.MqBufferSetS((*_Ctype_struct_MqBufferS)(this), C.MQ_SRT(val))) }
func (this *MqS) SendS(val int16) { this.iErrorMqToGoWithCheck(C.MqSendS((*_Ctype_struct_MqS)(this), C.MQ_SRT(val))) }