コード例 #1
0
        public void GetNearestFrameTimes(Int64 time, out Int64 before, out Int64 after)
        {
            eLeapRS result = LeapC.GetNearestFrames(_leapConnection, time, out before, out after);

            reportAbnormalResults("LeapC get nearest frame timestamp call was ", result);
        }