opto_set_intrmask

int opto_set_intrmask (
    int fd;
    unsigned char* im;
);

Description

Applies a new interrupt mask. The new mask takes effect imediately.

Parameters

This function accepts the following parameters:

Return Values

On success, the function will return 0. On failure, it will return a non-null value, which is one of standard error codes.