共用方式為


PinValue.LogicalNot(PinValue) 運算子

定義

傳回值的反值

public static System.Device.Gpio.PinValue operator ! (System.Device.Gpio.PinValue v);
static member ( ~~~ ) : System.Device.Gpio.PinValue -> System.Device.Gpio.PinValue
Public Shared Operator Not (v As PinValue) As PinValue

參數

v
PinValue

輸入值

傳回

高,當輸入低時,當輸入為高時,則為低

適用於