cleo has asked for the wisdom of the Perl Monks concerning the following question:
i'd appreciate any help.. tia..unicRecordingStatus OBJECT-TYPE SYNTAX SEQUENCE OFUnicRecordingStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A" INDEX {unicSelectedCameraNumber } ::= { unic 2 } unicRecordingStatusEntry OBJECT-TYPE SYNTAX UnicRecordingStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "-" INDEX { unicSelectedCameraNumber } ::= { unicRecordingStatus 1 } UnicRecordingStatusEntry ::= SEQUENCE { unicSelectedCameraNumber INTEGER, unicCameraStatus INTEGER } unicSelectedCameraNumber OBJECT-TYPE SYNTAX INTEGER{ camera1 (1), camera2 (2), camera3 (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selected Camera Number" ::= { unicRecordingStatusEntry 1 } unicCameraStatus OBJECT-TYPE SYNTAX INTEGER { recording (1), completed (2), failed (3), canceled (4), pre-recording (5), stand-by (6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Status of Camera" ::= { unicRecordingStatusEntry 2 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: set/get requests to Table
by castaway (Parson) on Aug 27, 2004 at 06:46 UTC | |
by cleo (Initiate) on Aug 27, 2004 at 07:46 UTC | |
|
Re: set/get requests to Table
by talexb (Chancellor) on Aug 27, 2004 at 14:30 UTC | |
by cleo (Initiate) on Aug 28, 2004 at 03:16 UTC | |
by talexb (Chancellor) on Aug 29, 2004 at 21:26 UTC |