|
-
Mar 3rd, 2006, 03:30 AM
#1
Thread Starter
New Member
need to help regarding char array
hi all
here iam using x25 protocol,which was developed using C language.
in this they used declare a variable as a charecter array in a structure as here
struct x25data
{
OSINT xd_len; /* Length in bytes of xd_data */
char xd_data[XD_DATALEN]; /* Data buffer address */
};
how can i write that xd_data in C#
can any one help me in this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|