Kannel: Open Source WAP and SMS gateway  svn-r5335
WsBcConstantRec Struct Reference

#include <wsbc.h>

Data Fields

WsBcConstantType type
 
union {
   WsInt32   v_int
 
   WsFloat   v_float
 
   WsUtf8String   v_string
 
u
 

Detailed Description

Definition at line 119 of file wsbc.h.

Field Documentation

◆ type

◆ u

◆ v_float

WsFloat WsBcConstantRec::v_float

Definition at line 126 of file wsbc.h.

Referenced by main(), ws_bc_add_const_float(), ws_bc_decode(), and ws_bc_encode().

◆ v_int

WsInt32 WsBcConstantRec::v_int

Definition at line 125 of file wsbc.h.

Referenced by main(), ws_bc_add_const_int(), ws_bc_decode(), and ws_bc_encode().

◆ v_string

WsUtf8String WsBcConstantRec::v_string

Definition at line 127 of file wsbc.h.

Referenced by main(), ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.