AR_EnOceanWindow

This structure shows the state of the window.

TYPE AR_EnOceanWindow :
STRUCT
  bUp     : BOOL;
  bOpen   : BOOL;
  bClose  : BOOL;
END_STRUCT
END_TYPE

bUp: The window is tilted.

bOpen: The window is open.

bClose: The window is closed.