E_SMICommandType

TYPE E_SMICommandType :
(
  eSMICommandTypeWrite    := 0,
  eSMICommandTypeRead     := 1
);
END_TYPE