Esempio n. 1
0
///
//  Set routing ID on message. This is used if/when the message is sent to a
//  ZMQ_SERVER socket.                                                      
void QZmsg::setRoutingId (quint32 routingId)
{
    zmsg_set_routing_id (self, (uint32_t) routingId);
    
}
Esempio n. 2
0
///
//  Set routing ID on message. This is used if/when the message is sent to a
//  ZMQ_SERVER socket.                                                      
void QmlZmsg::setRoutingId (uint32_t routingId) {
    zmsg_set_routing_id (self, routingId);
};