3.17.6 axBcuBoard(MC情報)
BCUに搭載されているMC情報を表示します。
(1) 識別子
axDevice OBJECT IDENTIFIER ::= {axMib 1002} axBcuBoard OBJECT IDENTIFIER ::= {axDevice 2} axMemoryCardTable OBJECT IDENTIFIER ::= {axBcuBoard 3}
(2) 実装仕様
axBcuBoard(MC情報)の実装仕様を次の表に示します。
# |
オブジェクト識別子 |
SYNTAX |
アク セス |
実装仕様 |
実装 有無 |
---|---|---|---|---|---|
1 |
axMemoryCardTable {axBcuBoard 3} |
SEQUENCE OF AxMemoryCardEntry |
NA |
MC情報のテーブル。 |
Y |
2 |
axMemoryCardEntry {axMemoryCardTable 1} |
AxMemoryCardEntry |
NA |
MC情報のエントリ。 INDEX { axChassisIndex, axBcuBoardIndex, axMemoryCardIndex } |
Y |
3 |
axMemoryCardIndex {axMemoryCardEntry 1} |
Integer32 |
NA |
MCスロットの位置情報。 1固定。 |
Y |
4 |
axMemoryCardConnection {axMemoryCardEntry 2} |
INTEGER |
R/O |
MCの接続状態。
|
Y |
5 |
axMemoryCardID {axMemoryCardEntry 3} |
OCTET STRING |
R/O |
MCのCID情報。 MCの接続状態が未接続または不明の場合,レングス0を応答します。 |
Y |
6 |
axMemoryCardTotalSize {axMemoryCardEntry 4} |
Integer32 |
R/O |
MCの総容量(単位:KB)。 MCの接続状態が未接続または不明の場合,-1を応答します。 |
Y |
7 |
axMemoryCardUsedSize {axMemoryCardEntry 5} |
Integer32 |
R/O |
MCの使用容量(単位:KB)。 MCの接続状態が未接続または不明の場合,-1を応答します。 |
Y |
8 |
axMemoryCardFreeSize {axMemoryCardEntry 6} |
Integer32 |
R/O |
MCの残容量(単位:KB)。 MCの接続状態が未接続または不明の場合,-1を応答します。 |
Y |