//---------------------------------------
// <copyright file="RILHelper.cs" company="Yaping Xin">
// Copyright (c) Yaping Xin. All rights reserved.
// </copyright>
// <Description>Helper class for Radio Interface Layer.</Description>
//---------------------------------------
namespace MobileAutomation.Projects.VDFStressTesting
{
using System;
using System.Runtime.InteropServices;
using System.Threading;
/// <summary>
/// Helper class for Radio Interface Layer.
/// </summary>
public class RILHelper
{
/// <summary>
/// Delegation definition of Log event handler
/// </summary>
/// <param name="message">Message to transfer</param>