Arduino SigFox for MKRFox1200 - available()

Description

Get the number of bytes (characters) available for reading. This is data that’s already arrived and stored in a receive buffer (which holds 8 bytes). available() inherits from the Stream utility class.

Syntax

SigFox.available()

Parameters

none

Returns

the number of bytes available to read