Serial Device Level 0

The NetCharDevEnum and NetCharDevGetInfo functions use the following data structure when the sLevel parameter is 0:

 
struct chardev_info_0 {
  unsigned char ch0_dev[DEVLEN+1];
};
where ch0_dev is an ASCIIZ string containing the device name associated with the serial device.


[Back: Serial Device Data Structures]
[Next: Serial Device Level 1]