/// <summary>
    /// The final byte in the byte array data received from handheld controller devices. The property it represents is not specified.
    /// </summary>
    public int GetByteTwenty()
    {
        if (!IsBridgeInitialized)
        {
            return(0);
        }

        return(_controllerPlugin.GetByteTwenty());
    }