The NC_Modem table contains inventory data about modems.
Column |
Key |
Type |
Null |
Description |
---|---|---|---|---|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
Speed |
int |
The maximum speed of the modem in bps. |
||
ComPort |
nvarchar(4) |
The communications port to which the modem is attached. |
||
ModemType |
smallint |
No |
The modem type: 0=Unknown, 1=External, 2=Internal, 3=PC Card. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.