| synopsis || prev || next |

kdu_client::is_active

bool is_active( )

[Declared in "../apps/compressed_io/kdu_client.h"]

Go to class description.


Synopsis

Returns true from the point at which connect is called until the close function is called. This means that the function may return true before a network connection with the server has been established, and it may return true after the network connection has been closed.


| top || synopsis || prev || next |