CS104_Connection_connect

Function CS104_Connection_connect 

Source
pub unsafe extern "C" fn CS104_Connection_connect(
    self_: CS104_Connection,
) -> bool
Expand description

blocking connect

Establishes a connection to a server. This function is blocking and will return after the connection is established or the connect timeout elapsed.

§Arguments

  • self - CS104_Connection instance

§Returns

true when connected, false otherwise