2007年3月10日 星期六

IsBs(int NodeID)

用來檢查該Node是否為Bs

bool Mac802_16::IsBs(int NodeID)
{
if (NodeID %2 ==0)
return true;
return false;

}

沒有留言: