Beispiel #1
0
func (this *MqS) ConfigGetIsString() bool {
	return C.MqConfigGetIsString((*_Ctype_struct_MqS)(this)) == C.MQ_YES
}
Beispiel #2
0
func (this *MqS) ConfigGetIsString() bool {
	return (bool)(C.MqConfigGetIsString((*_Ctype_struct_MqS)(this)))
}