public static bool HasTelemFlag(uint source, TelemOption toption) { if ((source & (uint)toption) == (uint)toption) { return(true); } return(false); }
public static bool HasTelemFlag(uint source,TelemOption toption) { if ((source & (uint)toption) == (uint)toption) { return true; } return false; }