DroidExplorer.Core.Adb.Device.Device C# (CSharp) Method

Device() public method

public Device ( String serial, DeviceState state ) : System
serial String
state DeviceState
return System
        public Device( String serial, DeviceState state )
        {
            this.SerialNumber = serial;
            this.State = state;
            Properties = new Dictionary<string, string> ( );
        }