Re: [Barry-devel] [patch] Adds PIN Message

2007-06-06 Thread Brian Edginton
On Wednesday 06 June 2007 03:13:36 pm Chris Frey wrote: > On Wed, Jun 06, 2007 at 04:29:30PM -0400, Chris Frey wrote: > > In the PINMessage class, you have a MessageRecordId. What does this > > number represent? Is it the same as the value passed in to the SetIds() > > call? > > > > I should do s

Re: [Barry-devel] [patch] Adds PIN Message

2007-06-06 Thread Chris Frey
On Wed, Jun 06, 2007 at 04:29:30PM -0400, Chris Frey wrote: > In the PINMessage class, you have a MessageRecordId. What does this number > represent? Is it the same as the value passed in to the SetIds() call? > > I should do some more experiments here, but thought I'd ask in case > you have som

Re: [Barry-devel] [patch] Adds PIN Message

2007-06-06 Thread Chris Frey
In the patch: + // handle special cases + switch( field->type ) + { + case PNMFC_RECORDID: + MessageRecordId = field->u.min1900; // not really time, but we +need easy access to an int + return begin; + } Don't be afraid to add fields or

Re: [Barry-devel] [patch] Adds PIN Message

2007-06-06 Thread Chris Frey
On Fri, Jun 01, 2007 at 05:10:27AM -0600, Brian Edginton wrote: > Here is a patch to add PIN Message and add some additional fields to Message. Thanks! I've applied it, as the bulk of it is just fine. I'm going through it more closely fixing small things. > Note that I had to make a change to