Source position: prefs.pas line 673
type tSerialPrefs = record |
sp_Reserved: array [0..2] of LongInt; |
sp_Unit0Map: ULONG; |
sp_BaudRate: ULONG; |
sp_InputBuffer: ULONG; |
sp_OutputBuffer: ULONG; |
sp_InputHandshake: Byte; |
sp_OutputHandshake: Byte; |
sp_Parity: Byte; |
sp_BitsPerChar: Byte; |
sp_StopBits: Byte; |
end; |