protected unsafe void Close() { int status = ClientApi.Close(JackClient); if (status == 0) { IsConnectedToJack = false; JackClient = null; } }