示例#1
0
func (this *MqS) ConfigGetIsServer() bool {
	return C.MqConfigGetIsServer((*_Ctype_struct_MqS)(this)) == C.MQ_YES
}
示例#2
0
func (this *MqS) ConfigGetIsServer() bool {
	return (bool)(C.MqConfigGetIsServer((*_Ctype_struct_MqS)(this)))
}