Cold Help System: Programming: ColdC Reference Manual: Functions: Network: reassign_connection()


INTEGER reassign_connection(OBJNUM new)

This function changes the controlling object for a connection from the current object to the object specified by the argument new. If the new object does not exist, ~objnf is thrown. If the new object already has a connection, the error ~perm is thrown.


bind_port() | close_connection() | connection() | cwrite() | cwritef() | open_connection() | reassign_connection() | unbind_port()


the Cold Dark