Class DeactivateScroll
Represents DeactivateScroll command.
public class DeactivateScroll : ISharedCommand, ICommand
- Inheritance
-
DeactivateScroll
- Implements
Constructors
DeactivateScroll()
Initializes a new instance of the DeactivateScroll class. This command stops the motion of scrolling. After sending 2Eh command to deactivate the scrolling action, the ram data needs to be rewritten.
public DeactivateScroll()
Properties
Id
The value that represents the command.
public byte Id { get; }
Property Value
Methods
GetBytes()
Gets the bytes that represent the command.
public byte[] GetBytes()
Returns
- byte[]
The bytes that represent the command.