This command queries the number of bytes available to send to MDM2 buffer.
It has no input parameter.
The return value is a Python integer which is the number of bytes available to send to MDM2 buffer.
Example:
n = MDM2.sendavail()
queries the number of bytes available to send, assigning the return value to n.