コード例 #1
0
    public Body(Body value) {
      /// Initiliaze the protected variables
      m_StillImageSensorConfigurationList = new StillImageSensorConfigurationList();
      m_StillImageSensorConfigurationList.setParent(this);

      /// Copy the values
      m_StillImageSensorConfigurationList = value.m_StillImageSensorConfigurationList;
      m_StillImageSensorConfigurationList.setParent(this);
      /// This code is currently not supported
    }
コード例 #2
0
    public ReportStillImageSensorConfiguration.Body assign(Body value) {
      m_StillImageSensorConfigurationList = value.m_StillImageSensorConfigurationList;
      m_StillImageSensorConfigurationList.setParent(this);
      /// This code is currently not supported

      return this;
    }
コード例 #3
0
 public Body() {
   m_StillImageSensorConfigurationList = new StillImageSensorConfigurationList();
   m_StillImageSensorConfigurationList.setParent(this);
 }