Home  Contents

mtd16io:send

Mtd16io Core4 Lua Event System

SYNOPSIS

msghandle:send(mtd16)

DESCRIPTION

Sends the passed MTD16 encoded message to the attached file descriptor.

RETURN VALUE

On success, returns the number of bytes written. On failure, three values are returned: nil, a string describing the error (The result of the C library call strerror() on the errno code) and the errno number from the standard C library.

SEE ALSO