isGraph()

Descrição

Analisa se um caractere é imprimível com algum conteúdo (espaços são imprimíveis, mas não possuem conteúdo). Retorna true se thisChar é imprimível.

Sintaxe

isGraph(thisChar)

Parâmetros

  • thisChar: variável. Tipos de dados permitidos: char

Retorna

true: se thisChar é imprimível.

Código de Exemplo

if (isGraph(meuChar)) { // testa se meuChar é um caractere imprimível mas não um espaço. Serial.println("The character is printable"); } else { Serial.println("The character is not printable"); }

Ver Também

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES