Re: Problem with sending hex in UDP packet
From: spammersarevermin (spammersarevermin_at_krumpli.com)
Date: 05/27/04
- Next message: KC: "webBrowser control"
- Previous message: Tiraman: "Re: When To Use Imports And When To Use The Full Namespace Path ?"
- In reply to: spammersarevermin: "Problem with sending hex in UDP packet"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 18:23:59 GMT
On Thu, 27 May 2004 16:36:49 GMT, spammersarevermin
<spammersarevermin@krumpli.com> wrote:
>I'm trying to put some hex values in a UDP packet & I don't have a
>clue how to accomplish this. Using the code below results in a packet
>going out w/ the right buffer length but all 00's as the data payload.
>Any help is appreciated. Sorry for the wrap.
Actually, the better question is:
How do I convert the array below to VB.NET? --
unsigned char grq[] = {
0x03, 0x20, 0x00, 0x00, 0x06, 0x00, 0x08, 0x91, 0x4a,
0x00,
0x02, 0x00, 0x0a, 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8,
0x72,
0x04, 0x02, 0x01, 0x03, 0x85, 0x01, 0x40, 0x00, 0xc0,
0xa8,
0x0b, 0x16, 0xc0, 0x94, 0x02, 0x00, 0x01, 0x01, 0x80,
0x43,
0x36, 0x0c, 0x30, 0x02, 0x01, 0x10, 0x11,
0x02,
0x05, 0x2b, 0x0e, 0x03, 0x02, 0x06,
0x09, 0x60, 0x86, 0x48, 0x01, 0x86, 0xfc, 0x0b, 0x01,
0x03
};
- Next message: KC: "webBrowser control"
- Previous message: Tiraman: "Re: When To Use Imports And When To Use The Full Namespace Path ?"
- In reply to: spammersarevermin: "Problem with sending hex in UDP packet"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|