Click here to Skip to main content
15,912,504 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Question about Threading Pin
Dave Kreskowiak24-Jul-07 10:06
mveDave Kreskowiak24-Jul-07 10:06 
QuestionMultiple definitions, identical signatures Pin
autorob24-Jul-07 6:11
autorob24-Jul-07 6:11 
AnswerRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 7:42
Kschuler24-Jul-07 7:42 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:22
autorob24-Jul-07 8:22 
GeneralRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 8:28
Kschuler24-Jul-07 8:28 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:38
autorob24-Jul-07 8:38 
QuestionData packets Pin
Cory Kimble24-Jul-07 5:54
Cory Kimble24-Jul-07 5:54 
AnswerRe: Data packets Pin
MidwestLimey24-Jul-07 8:53
professionalMidwestLimey24-Jul-07 8:53 
A packet is just nomenclature for a defined block of data, usually with a header - payload - trailer structure. The exact layout is protocol specific, so in this case it sounds like you have carte blanche.

Typically however the header will be structured so that it is easily identifiable as such.
If the packets are not fixed in length then it will typically contain the size of the payload (since both header and trailer are usually fixed length this is also sufficient to figure out the size of the packet).
Also the header will typically contain the destination and source addresses. Not an issue with RS232!

The payload is whatever needs to be communicated.

The trailer usually contains a checksum of the packet for error correction.


I'm largely language agnostic

After a while they all bug me D'Oh! | :doh:


AnswerRe: Data packets Pin
Dave Kreskowiak24-Jul-07 9:01
mveDave Kreskowiak24-Jul-07 9:01 
GeneralRe: Data packets Pin
Cory Kimble25-Jul-07 6:35
Cory Kimble25-Jul-07 6:35 
GeneralRe: Data packets Pin
Dave Kreskowiak25-Jul-07 13:45
mveDave Kreskowiak25-Jul-07 13:45 
QuestionMaster Detail Datagrid Pin
ryan11724-Jul-07 5:21
ryan11724-Jul-07 5:21 
Questionopening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 5:10
reegan4124-Jul-07 5:10 
AnswerRe: opening a JPG with VB through MSAccess Pin
Paul Conrad24-Jul-07 5:59
professionalPaul Conrad24-Jul-07 5:59 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 6:08
reegan4124-Jul-07 6:08 
GeneralRe: opening a JPG with VB through MSAccess Pin
jerryj24-Jul-07 8:21
jerryj24-Jul-07 8:21 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4125-Jul-07 5:22
reegan4125-Jul-07 5:22 
Questionbitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 4:52
H3rman24-Jul-07 4:52 
AnswerRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
Dave Kreskowiak24-Jul-07 4:57
mveDave Kreskowiak24-Jul-07 4:57 
GeneralRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 5:08
H3rman24-Jul-07 5:08 
QuestionSave a file to a network folder (with security) Pin
csillagyitzik24-Jul-07 4:03
csillagyitzik24-Jul-07 4:03 
AnswerRe: Save a file to a network folder (with security) Pin
Dave Kreskowiak24-Jul-07 4:33
mveDave Kreskowiak24-Jul-07 4:33 
AnswerRe: Save a file to a network folder (with security) Pin
Craster24-Jul-07 4:46
Craster24-Jul-07 4:46 
QuestionVB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Mikey48424-Jul-07 3:34
Mikey48424-Jul-07 3:34 
AnswerRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Dave Kreskowiak24-Jul-07 4:31
mveDave Kreskowiak24-Jul-07 4:31 

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.