コード例 #1
0
 public DeviceMgr GetDeviceMgr(UInt16 stationIndex, DeviceType deviceType)
 {
     return(m_stationMgr.GetDeviceMgr(stationIndex, deviceType));
 }