Edit

Share via


SetPhaseLength Constructors

Definition

Overloads

SetPhaseLength(Byte)

Constructs instance of SetPhaseLength command

SetPhaseLength(Byte, Byte)

Constructs instance of SetPhaseLength command

SetPhaseLength(Byte)

Constructs instance of SetPhaseLength command

public SetPhaseLength (byte phasePeriod);
new Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetPhaseLength : byte -> Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetPhaseLength
Public Sub New (phasePeriod As Byte)

Parameters

phasePeriod
Byte

Phase period

Applies to

SetPhaseLength(Byte, Byte)

Constructs instance of SetPhaseLength command

public SetPhaseLength (byte phase1Period = 2, byte phase2Period = 2);
new Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetPhaseLength : byte * byte -> Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetPhaseLength
Public Sub New (Optional phase1Period As Byte = 2, Optional phase2Period As Byte = 2)

Parameters

phase1Period
Byte

Phase 1 period

phase2Period
Byte

Phase 2 period

Applies to