Click here to Skip to main content
16,009,068 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Handling notification events of a network adapter. Pin
fat_boy10-Sep-07 3:43
fat_boy10-Sep-07 3:43 
If your net card driver supports WMI, then you could write an app that gets the WMI data off the card.

Otherwise, you will need to write a protocol driver. Its not too hard. You then write an app which tells the protocol driver which OID to query (all Network card drivers must suport OIDs. OIDs (look in the DDJ for details) return data such as link speed, media state (cable in or out) tx packets etc etc etc.

Your app then displays the data from that OID. (Actually, WMI is just an extension of the OIDs allowing them to be acessed by user mode apps)

Protocol drivers are pretty easy to write, there are samples in the DDK, if not I can send you some code.


Truth is the subjection of reality to an individuals perception

GeneralRe: Handling notification events of a network adapter. Pin
Marimuthu.r10-Sep-07 21:05
Marimuthu.r10-Sep-07 21:05 
GeneralRe: Handling notification events of a network adapter. Pin
fat_boy10-Sep-07 21:13
fat_boy10-Sep-07 21:13 
QuestionBeginner VHDL syntax problem Pin
MatthysDT6-Sep-07 5:29
MatthysDT6-Sep-07 5:29 
AnswerRe: Beginner VHDL syntax problem Pin
Matthew Faithfull6-Sep-07 6:30
Matthew Faithfull6-Sep-07 6:30 
GeneralRe: Beginner VHDL syntax problem Pin
MatthysDT6-Sep-07 19:55
MatthysDT6-Sep-07 19:55 
GeneralRe: Beginner VHDL syntax problem Pin
rbuchana8-Sep-07 12:54
rbuchana8-Sep-07 12:54 
QuestionSystem specification change trouble Pin
DanB19834-Sep-07 5:56
DanB19834-Sep-07 5:56 
AnswerRe: System specification change trouble Pin
Big Daddy Farang6-Sep-07 6:12
Big Daddy Farang6-Sep-07 6:12 
GeneralRe: System specification change trouble Pin
DanB19836-Sep-07 6:55
DanB19836-Sep-07 6:55 
Question8.5 G.B Double Layer DVD Pin
nkjha131-Aug-07 2:55
nkjha131-Aug-07 2:55 
AnswerRe: 8.5 G.B Double Layer DVD Pin
#realJSOP31-Aug-07 10:18
professional#realJSOP31-Aug-07 10:18 
GeneralRe: 8.5 G.B Double Layer DVD Pin
Dan Neely31-Aug-07 10:36
Dan Neely31-Aug-07 10:36 
QuestionWiFi scanner Pin
Archyami30-Aug-07 17:22
Archyami30-Aug-07 17:22 
QuestionSlow Network Speed Pin
Dreamer200724-Aug-07 20:34
Dreamer200724-Aug-07 20:34 
AnswerRe: Slow Network Speed Pin
#realJSOP25-Aug-07 2:55
professional#realJSOP25-Aug-07 2:55 
AnswerRe: Slow Network Speed Pin
cp987625-Aug-07 17:46
cp987625-Aug-07 17:46 
AnswerRe: Slow Network Speed Pin
Sebastian Schneider27-Aug-07 4:32
Sebastian Schneider27-Aug-07 4:32 
QuestionAccessing ACPI system from code Pin
Tim Wuytens24-Aug-07 2:00
Tim Wuytens24-Aug-07 2:00 
AnswerRe: Accessing ACPI system from code Pin
simonchen.net5-Sep-07 16:00
simonchen.net5-Sep-07 16:00 
GeneralSetup help for Posiflex Bar-code scanner Pin
Brady Kelly23-Aug-07 1:01
Brady Kelly23-Aug-07 1:01 
QuestionRs232 conection for microcontroller Pin
Jelle De Vos19-Aug-07 20:26
Jelle De Vos19-Aug-07 20:26 
AnswerRe: Rs232 conection for microcontroller Pin
Luc Pattyn19-Aug-07 23:00
sitebuilderLuc Pattyn19-Aug-07 23:00 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos19-Aug-07 23:33
Jelle De Vos19-Aug-07 23:33 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 0:02
sitebuilderLuc Pattyn20-Aug-07 0:02 

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.