int MLWrite( pML pml, char *buf, int count, int flag, pMLNODE pmlnode )
Write count bits from buf to the bus object pml. Read the state of
the bus for each bit written and record in the same buf. According
to flag options, optionally reset the bus before the write, and/or
timestamp the pmlnode passed by reference. Returns error code less
than zero on error, else the number of bits written.
Source: ../mld.c.html#MLWrite
If a device is not responding when it should be, call MLPathCheck()
to insure that the state of the bus is as advertised. This has been
found to be necessary when noise has caused a switching failure.
Source: ../mld.c.html#MLPathCheck