前のトピック: GetUnitInventoryComponentGroups次のトピック: GetUnitInventoryGroups


GetUnitInventoryComponents

GetUnitInventoryComponents は、ユニットのリストからインベントリ コンポーネントを取得するメソッドです。

パラメータ

xsd:string sessionId (m)

セッションID。

xsd:long listHandle (m)

OpenUnitInventoryComponentList への直前の呼び出しによって返されたリストに対する数値ハンドルです。

xsd:long noOfUnitInventoryComponents (m)

リストから取得するコンポーネントの合計数です。 この数値は、OpenUnitInventoryComponentList への直前の呼び出しによって返されたリスト内の合計数以下です。

戻り値

ArrayOfUnitInventoryComponentProperties GetUnitInventoryComponentsReturn

UnitInventoryComponentProperties の配列の 1 つです。リストからリクエストされる各コンポーネントに 1 つが対応します。

特記事項

複数の GetUnitInventoryComponents を呼び出すと、リストを繰り返すことができます。

関連項目:

UnitInventoryComponentProperties