ZeroMQ 인터페이스 함수 의: zmqmsg_init - 빈 ZMQ 메시지 구조 초기 화

2399 단어 zeromq
ZeroMQ 공식 주소: http://api.zeromq.org/4-1:zmq_msg_init
zmq_msg_init(3)     ØMQ Manual - ØMQ/3.2.5
Name
zmq_msg_init - 빈 ZMQ 메시지 구조 초기 화
Synopsis
int zmq_msg_init (zmq_msg_t *msg);

Description
zmq_msg_init () 함 수 는 msg 인자 가 인용 한 ZMQ 메시지 대상 을 초기 화하 여 빈 메시지 로 만 듭 니 다.zmq 사용 중recv () 함수 가 메 시 지 를 받 기 전에 이 함 수 를 호출 하 는 것 이 필요 합 니 다.
영원히 zmqmsg_t 대상 직접 조작 대신 zmq 사용msg 함수 족 조작.
zmq_msg_init()、zmq_msg_init_data () 와 zmqmsg_init_size () 이 세 함 수 는 서로 배척 하 는 것 이다.영원히 zmqmsg_t 대상 을 두 번 초기 화 합 니 다.
Return value
함수 zmqmsg_init () 실행 이 0 으로 되 돌 아 왔 습 니 다.그렇지 않 으 면 되 돌아 갑 니 다. -1. errno 의 값 을 다음 과 같이 정의 하 는 값 으로 설정 합 니 다.
Errors
잘못된 정보 가 정의 되 지 않 았 습 니 다.
Example
socket 에서 메 시 지 를 받 습 니 다.
1 zmq_msg_t msg;

2 rc = zmq_msg_init (&msg);

3 assert (rc == 0);

4 rc = zmq_recv (socket, &msg, 0); assert (rc == 0);

See also
zmq_msg_init_size(3)  zmq_msg_init_data(3)  zmq_msg_close(3)  zmq_msg_data(3)  zmq_msg_size(3)  zmq(7)
Authors
This ØMQ manual page was written by Martin Sustrik  and Martin Lucina
.
Web site design and content is copyright (c) 2007-2012 iMatix Corporation. Contact us for professional support. Site content licensed under the Creative Commons Attribution-Share Alike 3.0 License. ØMQ is copyright (c) Copyright (c) 2007-2012 iMatix Corporation and Contributors. ØMQ is free software licensed under the LGPL. ØMQ, ZeroMQ, and 0MQ are trademarks of iMatix Corporation. Terms of Use — Privacy
Policy
 
더 ZeroMQ API: http://www.cnblogs.com/fengbohello/p/4230135.html 
 
풍파
mail : [email protected]
 

좋은 웹페이지 즐겨찾기