Click here to Skip to main content
15,897,334 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hot to draw ellipse line intersection Pin
fjdiewornncalwe29-Dec-10 9:48
professionalfjdiewornncalwe29-Dec-10 9:48 
GeneralRe: Hot to draw ellipse line intersection Pin
ferry24029-Dec-10 10:33
ferry24029-Dec-10 10:33 
GeneralRe: Hot to draw ellipse line intersection Pin
fjdiewornncalwe29-Dec-10 10:49
professionalfjdiewornncalwe29-Dec-10 10:49 
QuestionWindows Phone 7 passing multiple items between pages Pin
Paul Harsent29-Dec-10 8:06
Paul Harsent29-Dec-10 8:06 
AnswerRe: Windows Phone 7 passing multiple items between pages Pin
Pete O'Hanlon29-Dec-10 9:09
mvePete O'Hanlon29-Dec-10 9:09 
GeneralRe: Windows Phone 7 passing multiple items between pages Pin
Paul Harsent29-Dec-10 10:47
Paul Harsent29-Dec-10 10:47 
GeneralRe: Windows Phone 7 passing multiple items between pages Pin
Pete O'Hanlon29-Dec-10 10:49
mvePete O'Hanlon29-Dec-10 10:49 
QuestionProblem with reading Bytes Pin
Honeyboy_2029-Dec-10 7:49
Honeyboy_2029-Dec-10 7:49 
Hi ,

I have array and I am try to read as a block where block start from 55 55 and end with 204 204 and within the start and the end I am read message where each message should start with 99 and end with 13 (all as a Hex) and if the message length is 30 I will do operation and if it is 6 I will do another operation.

but I am receive some exceptions when I read different bytes from different bytes.

Here's a sample from different blocks ( Which Stored In arraylist called :VopMessageDetails)
55  55  1C  09  0A  0B 
 
99  1E  3F  41  56  42  30  31  31  30  31  31  4E  4E  20  20  30  31  30  20  20  20  20  01  08  42  0B  59  CF  0D

99  1E  3F  41  56  42  30  32  31  30  31  32  4E  4E  20  20  30  32  30  20  20  20  31  02  08  93  0D  D3  CE  0D

99  0A  41  2F  01  08  E7  03  00  0D

99  1E  3F  41  56  43  30  33  31  30  31  32  4E  4E  20  20  30  33  30  20  20  20  20  03  08  58  0F  98  CE  0D

99  1E  3F  41  56  41  31  35  31  30  31  32  4E  4E  20  20  31  35  30  20  20  20  20  04  08  00  00  00  00  0D

CC  CC  

==============================================

55  55  1C  09  0A  0C  
  

CC  CC  

============================================
55  55  1C  09  0A  0D


55 55 1B 0B 0A 17 99 1E 3F 48 56 41 30 35 31 30 
32 36 4E 4E 20 20 30 35 30 20 20 20 20 01 00 32 
1E F4 D5 0D CC CC 55 55 1B 0B 0B 04 CC CC   

99  0A  41  2F  02  08  78  03  00  0D 

CC  CC  

===========================================

55  55  1C  09  0A  0E  

99  1E  3F  41  56  41  31  33  31  30  31  35  4E  4E  20  20  31  33  30  20  20  20  20  01  08  A0  0B  F7  DB  0D

99  0A  41  2F  01  08  E7  03  00  0D

99  1E  3F  41  56  42  30  31  31  30  31  35  4E  4E  20  20  30  31  30  20  20  20  20  02  08  42  0B  59  CF  0D

99  0A  41  2F  02  08  E7  03  00  0D

99  1E  3F  41  56  43  30  33  31  30  31  35  4E  4E  20  20  30  33  30  20  20  20  20  03  08  58  0F  98  CE  0D

99  0A  41  2F  03  08  E7  03  00  0D

99  1E  3F  41  56  41  30  34  31  30  31  35  4E  4E  20  20  30  34  30  20  20  20  20  04  08  DB  10  C5  CE  0D

99  0A  41  2F  04  08  E7  03  00  0D

CC  CC
================================
55 55 16 0C 0D 2B 99 1E 3F 41 56 41 30 36 31 33 
34 33 4E 4E 20 20 30 36 30 20 20 20 20 01 08 C8 
11 4E D2 0D 99 1E 3F 48 56 41 30 31 31 33 34 34 
59 59 53 34 30 34 30 43 4C 59 36 01 00 0E 1F 2C 
DA 0D 99 1E 3F 42 56 41 31 33 31 33 34 35 4E 4E 
20 20 31 33 30 20 20 20 20 01 0A D4 0E 48 DE 0D 
CC CC 55 55 16 0C 0E 13 99 1E 3F 41 56 41 30 33 
31 34 31 39 4E 4E 20 20 31 33 30 20 20 4E 20 01 
08 92 0C 64 D4 0D 99 1E 3F 41 56 41 30 38 31 34 
31 39 4E 4E 20 20 30 38 30 20 20 20 20 02 08 90 
11 EA D6 0D CC CC

AnswerRe: Problem with reading Bytes Pin
Honeyboy_2029-Dec-10 7:50
Honeyboy_2029-Dec-10 7:50 
GeneralRe: Problem with reading Bytes Pin
Richard MacCutchan29-Dec-10 9:23
mveRichard MacCutchan29-Dec-10 9:23 
GeneralRe: Problem with reading Bytes Pin
Luc Pattyn29-Dec-10 9:34
sitebuilderLuc Pattyn29-Dec-10 9:34 
AnswerRe: Problem with reading Bytes Pin
carbon_golem29-Dec-10 8:34
carbon_golem29-Dec-10 8:34 
GeneralRe: Problem with reading Bytes Pin
Honeyboy_2029-Dec-10 8:57
Honeyboy_2029-Dec-10 8:57 
GeneralRe: Problem with reading Bytes Pin
Henry Minute29-Dec-10 9:29
Henry Minute29-Dec-10 9:29 
GeneralRe: Problem with reading Bytes Pin
carbon_golem29-Dec-10 10:30
carbon_golem29-Dec-10 10:30 
AnswerRe: Problem with reading Bytes Pin
carbon_golem29-Dec-10 12:47
carbon_golem29-Dec-10 12:47 
GeneralRe: Problem with reading Bytes Pin
Roger Wright2-Jan-11 18:09
professionalRoger Wright2-Jan-11 18:09 
Questionchanging a table name in dataset Pin
Ramkithepower29-Dec-10 5:58
Ramkithepower29-Dec-10 5:58 
AnswerRe: changing a table name in dataset Pin
Sandesh M Patil29-Dec-10 6:06
Sandesh M Patil29-Dec-10 6:06 
GeneralRe: changing a table name in dataset Pin
Ramkithepower29-Dec-10 22:52
Ramkithepower29-Dec-10 22:52 
GeneralRe: changing a table name in dataset Pin
Sandesh M Patil30-Dec-10 0:36
Sandesh M Patil30-Dec-10 0:36 
QuestionNot your normal timeout... Pin
Pualee29-Dec-10 4:15
Pualee29-Dec-10 4:15 
AnswerRe: Not your normal timeout... Pin
Ravi Sant29-Dec-10 4:25
Ravi Sant29-Dec-10 4:25 
AnswerRe: Not your normal timeout... Pin
Ravi Sant29-Dec-10 4:27
Ravi Sant29-Dec-10 4:27 
GeneralRe: Not your normal timeout... Pin
Pualee29-Dec-10 4:48
Pualee29-Dec-10 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.