Example #1
0
func (this *MqBufferS) SetF(val float32) *MqBufferS {
	return (*MqBufferS)(C.MqBufferSetF((*_Ctype_struct_MqBufferS)(this), C.MQ_FLT(val)))
}
Example #2
0
func (this *MqS) SendF(val float32) {
	this.iErrorMqToGoWithCheck(C.MqSendF((*_Ctype_struct_MqS)(this), C.MQ_FLT(val)))
}