Exemplo n.º 1
0
func (this *MqBufferS) SetS(val int16) *MqBufferS {
	return (*MqBufferS)(C.MqBufferSetS((*_Ctype_struct_MqBufferS)(this), C.MQ_SRT(val)))
}
Exemplo n.º 2
0
func (this *MqS) SendS(val int16) {
	this.iErrorMqToGoWithCheck(C.MqSendS((*_Ctype_struct_MqS)(this), C.MQ_SRT(val)))
}