.. _headlabel-refx-data-93: Data 93 (All GEO Status) ======================== The current status of all enabled Geo-fences. Each GEO occupies 2 bytes, including GEO ID and GEO Status. The frame format of the Data **93** unit is as follows: .. code-block:: none For example (Total 5 bytes): 5D 03 01 01 00 .. tabularcolumns:: |p{3.2em}|p{6.4em}|p{6.8em}|p{5.8em}|p{10em}|p{4.8em}| .. table:: :width: 100% :widths: auto +---------+-------------------------+---------------------+---------------+------------------------------------------+--------------+ | Parts | Fields | Length (Byte) | Range/Format | Default | +=========+=========================+=====================+===============+==========================================+==============+ | ID | Data ID | 1 | 5DH (93) | 5DH (93) | +---------+-------------------------+---------------------+---------------+------------------------------------------+--------------+ | Length | Data Length | 1 | 00H or 01H-51H | | +---------+-------------------------+---------------------+---------------+------------------------------------------+--------------+ | Content | `Number` | 1 | 00H-28H | | + +-------------------------+---------------------+---------------+------------------------------------------+--------------+ | | The first GEO | `GEO ID` | 1 | 01H-14H | | + + +---------------------+---------------+------------------------------------------+--------------+ | | | `GEO Status` | 1 | 00H, 01H, 02H | | + +-------------------------+---------------------+---------------+------------------------------------------+--------------+ | | ... | | | | +---------+-------------------------+---------------------+---------------+------------------------------------------+--------------+ - `Number` Indicates how many Geo-fences the following data comes from. If the value of this field is 00H, no other fields are included. - `GEO ID` The ID of Geo-fence. Refer to the 'GEO ID' of :ref:`AT@GEO ` command. - `GEO Status` The current status of Geo-fence. - **00H** - The terminal is inside of Geo-fence now. - **01H** - The terminal is outside of Geo-fence now. - **02H** - Unknown. The terminal is scanning the Geo-fencing status now.