CS101_Master_isChannelReady

Function CS101_Master_isChannelReady 

Source
pub unsafe extern "C" fn CS101_Master_isChannelReady(
    self_: CS101_Master,
    address: c_int,
) -> bool
Expand description

Is the channel ready to transmit an ASDU (only unbalanced mode)

The function will return true when the channel (slave) transmit buffer is empty.

§Arguments

  • address - slave address of the recipient

§Returns

true, if channel ready to send a new ASDU, false otherwise