Class PS2Keyboard
This class describes the PS/2 keyboard.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public class PS2Keyboard : KeyboardBase
Properties
| Improve this Doc View SourcePS2Port
Declaration
public byte PS2Port { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceUpdateLeds()
Update keyboard LEDs.
Declaration
public override void UpdateLeds()