Exemplo n.º 1
0
 public AttachedArgs(ICOMDevice aDevice)
 {
     m_device = aDevice;
 }
Exemplo n.º 2
0
        // NOTE: commenting out below, because this is not currently available in
        // Spokes 3.0 SDK / Spokes Wrapper
        ///// <summary>
        ///// The product base serial number
        ///// </summary>
        //public string m_ProductBaseSerial = "";
        ///// <summary>
        ///// The product headset serial number
        ///// </summary>
        //public string m_ProductHeadsetSerial = "";

        public PLTDevice(ICOMDevice aDevice)
        {
            m_ProductName = aDevice.ProductName;
        }