PiJuiceStatus.ClearButtonEvent Method

Definition

Overloads

ClearButtonEvent(Button)

Clears generated button event

ClearButtonEvent(ButtonSwitch)

Clears generated button event

ClearButtonEvent(Button)

Clears generated button event

public void ClearButtonEvent (Iot.Device.PiJuiceDevice.Models.Button button);
member this.ClearButtonEvent : Iot.Device.PiJuiceDevice.Models.Button -> unit
Public Sub ClearButtonEvent (button As Button)

Parameters

button
Button

Button to clear button event for

Applies to

ClearButtonEvent(ButtonSwitch)

Clears generated button event

public void ClearButtonEvent (Iot.Device.PiJuiceDevice.Models.ButtonSwitch button);
member this.ClearButtonEvent : Iot.Device.PiJuiceDevice.Models.ButtonSwitch -> unit
Public Sub ClearButtonEvent (button As ButtonSwitch)

Parameters

button
ButtonSwitch

Button to clear button event for

Applies to