class Fox::NotifyHeader
Notify header?
Public Instance Methods
Source
SWIGINTERN VALUE
_wrap_NotifyHeader_code_get(int argc, VALUE *argv, VALUE self) {
NotifyHeader *arg1 = (NotifyHeader *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int result;
VALUE vresult = Qnil;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_NotifyHeader, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "NotifyHeader *","code", 1, self ));
}
arg1 = reinterpret_cast< NotifyHeader * >(argp1);
result = (unsigned int) ((arg1)->code);
vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return vresult;
fail:
return Qnil;
}
code [Integer]
Source
SWIGINTERN VALUE
_wrap_NotifyHeader_idFrom_get(int argc, VALUE *argv, VALUE self) {
NotifyHeader *arg1 = (NotifyHeader *) 0 ;
void *argp1 = 0 ;
int res1 = 0 ;
unsigned int result;
VALUE vresult = Qnil;
if ((argc < 0) || (argc > 0)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
}
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_NotifyHeader, 0 | 0 );
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "NotifyHeader *","idFrom", 1, self ));
}
arg1 = reinterpret_cast< NotifyHeader * >(argp1);
result = (unsigned int) ((arg1)->idFrom);
vresult = SWIG_From_unsigned_SS_int(static_cast< unsigned int >(result));
return vresult;
fail:
return Qnil;
}
idFrom [Integer]