Rev 1573 | Rev 1611 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1573 | Rev 1601 | ||
---|---|---|---|
Line 372... | Line 372... | ||
372 | case 'Q': |
372 | case 'Q': |
373 | UniversalReadParamSetResponseFrame f = new UniversalReadParamSetResponseFrame(address); |
373 | UniversalReadParamSetResponseFrame f = new UniversalReadParamSetResponseFrame(address); |
374 | f.setConfigurationSetNumber(base64InputStream.readByte()); |
374 | f.setConfigurationSetNumber(base64InputStream.readByte()); |
375 | f.setConfigurationVersion(base64InputStream.readByte()); |
375 | f.setConfigurationVersion(base64InputStream.readByte()); |
376 | int length = base64InputStream.readByte(); |
376 | int length = base64InputStream.readByte(); |
- | 377 | f.setConfigurationSetLength(length); |
|
377 | f.setData(base64InputStream.readBytes(length)); |
378 | f.setData(base64InputStream.readBytes(length)); |
378 | result = f; |
379 | result = f; |
379 | break; |
380 | break; |
380 | default: |
381 | default: |
381 | int count = 0; |
382 | int count = 0; |