Re: pass_persit BIT fields

2005-01-20 Thread Robert Story
On Tue, 11 Jan 2005 10:35:22 +0100 Ola wrote: OC> Hi! OC> The problem arises for example when i want to return just bit 20 set. OC> (0x08) - byte[0] = 0x00, byte[1] = 0x00, byte[2] = 0x08(no problem OC> when bits are set also in the two first bytes...) OC> OC> " OC> OID_Print(pOutputOID); O

pass_persit BIT fields

2005-01-11 Thread Ola Carlsson
Hi! Need help, I cannot find any information ;-( Using pass_persist and having trouble when my pass process is answering a get request. requested variable: fassTransponderDegradedStatus BITS (0-20) The problem arises for example when i want to return just bit 20 set. (0x08) - b