Compartilhar via


ArduinoBoard.SetSystemVariable Método

Definição

Sobrecargas

SetSystemVariable(SystemVariable, Int32)

Atualize a variável de sistema fornecida.

SetSystemVariable(SystemVariable, Int32, Int32)

Atualize a variável de sistema fornecida.

SetSystemVariable(SystemVariable, Int32)

Atualize a variável de sistema fornecida.

public bool SetSystemVariable (Iot.Device.Arduino.SystemVariable variableId, int value);
member this.SetSystemVariable : Iot.Device.Arduino.SystemVariable * int -> bool
Public Function SetSystemVariable (variableId As SystemVariable, value As Integer) As Boolean

Parâmetros

variableId
SystemVariable

A variável a ser atualizada

value
Int32

O novo valor

Retornos

True em caso de êxito; caso contrário, false (marcar a saída do log)

Exceções

Ocorreu um erro de comunicação

Aplica-se a

SetSystemVariable(SystemVariable, Int32, Int32)

Atualize a variável de sistema fornecida.

public bool SetSystemVariable (Iot.Device.Arduino.SystemVariable variableId, int pinNumber, int value);
member this.SetSystemVariable : Iot.Device.Arduino.SystemVariable * int * int -> bool
Public Function SetSystemVariable (variableId As SystemVariable, pinNumber As Integer, value As Integer) As Boolean

Parâmetros

variableId
SystemVariable

A variável a ser atualizada

pinNumber
Int32

O número de pino a ser usado ou -1 se não for relevante

value
Int32

O novo valor

Retornos

True em caso de êxito; caso contrário, false (marcar a saída do log)

Exceções

Ocorreu um erro de comunicação

Aplica-se a