Ejemplo n.º 1
0
        public async Task Init()
        {
            testUtil = new ProtocolTestUtils();

            // Just leave name the same as the prefix, we'll set device type via initialize.
            await testUtil.SetupTest <LovenseProtocol>("LVS", false);

            testUtil.AddExpectedNotify("DeviceType;", Encoding.ASCII.GetBytes("W:39:000000000000"));
            await testUtil.Initialize();
        }