A structure for conveying a frame (or perhaps message).
Documentation
A structure for conveying a frame (or perhaps message).
- Fields:
- next_in_message - A pointer to the next frame in this message,
or NULL.
msg_type - Indicates the frame type, one of:
- BLU_FRAME_TYPE_MSG
- BLU_FRAME_TYPE_RPY
- BLU_FRAME_TYPE_ANS
- BLU_FRAME_TYPE_NUL
- BLU_FRAME_TYPE_ERR
message_number - Indicates the message number associated with the frame.
answer_number - Indicates the answer number associated with the frame,
meaningful only if msg_type is BLU_FRAME_TYPE_ANS.
more - Indicates if this frame completes a message, one of:
- BLU_FRAME_COMPLETE
- BLU_FRAME_PARTIAL
size - The number of octets in the payload.
payload - A pointer to the first octet in the payload.
- See Also:
- bpc_frame_read
bpc_query
bpc_frame_aggregate
bpc_frame_destroy
Home Alphabetic index
This page was generated with the help of DOC++.