JackSharp.Controller.SetUpCallbacks C# (CSharp) Method

SetUpCallbacks() private method

private SetUpCallbacks ( ) : void
return void
        void SetUpCallbacks()
        {
            _clientRegistration = OnClientRegistration;
            _portRegistration = OnPortRegistration;
            _portRename = OnPortRename;
            _portConnect = OnPortConnect;
        }