1package com.android.hotspot2.osu;
2
3public enum OSUCommandID {
4    Exec, AddMO, UpdateNode, NoMOUpdate
5}
6