A type definition for the b-CAP packet. More...
#include <bcap_common.h>
Public Attributes | |
| uint16_t | argc |
| VARIANT * | args |
| int32_t | id |
| uint16_t | reserv |
| uint16_t | serial |
A type definition for the b-CAP packet.
Definition at line 227 of file bcap_common.h.
| uint16_t BCAP_PACKET::argc |
Number of args.
Definition at line 232 of file bcap_common.h.
| VARIANT* BCAP_PACKET::args |
Arguments.
Definition at line 233 of file bcap_common.h.
| int32_t BCAP_PACKET::id |
Function ID or return code.
Definition at line 231 of file bcap_common.h.
| uint16_t BCAP_PACKET::reserv |
Version or retry count.
Definition at line 230 of file bcap_common.h.
| uint16_t BCAP_PACKET::serial |
Serial number.
Definition at line 229 of file bcap_common.h.