fmxMagCurrentTime OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The current real-time calendar date and time set for the Control
Logic module. Returned as a structure in the form:
typedef struct {
byte year;
byte month;
byte day;
byte hour;
byte minutes;
byte seconds;
} TIME;"