Class SetMultiplexRatio
Represents SetMultiplexRatio command.
public class SetMultiplexRatio : ISharedCommand, ICommand
- Inheritance
-
SetMultiplexRatio
- Implements
Constructors
SetMultiplexRatio(byte)
Initializes a new instance of the SetMultiplexRatio class. This command switches the default 63 multiplex mode to any multiplex ratio, ranging from 15 to 127. The output pads COM0-COM63 will be switched to the corresponding COM signal.
public SetMultiplexRatio(byte multiplexRatio = 63)
Parameters
multiplexRatio
byteMultiplex ratio with a range of 15-127.
Properties
Id
The value that represents the command.
public byte Id { get; }
Property Value
MultiplexRatio
Gets multiplex ratio with a range of 15-63.
public byte MultiplexRatio { get; }
Property Value
Methods
GetBytes()
Gets the bytes that represent the command.
public byte[] GetBytes()
Returns
- byte[]
The bytes that represent the command.