eDeviceSubType_SecurityArea
Purpose
When the Device_Type is set to Security, and the security panel uses partitions/areas, the Device_SubType should be used to indicate the area number that the device belongs to IN ADDITION to there being a separate root/child device hierarchy per area/partition. When areas/partitions are NOT used, the Device_SubType can be any integer value, but to avoid misinterpretation, it is suggested that values below 20 not be used.
Parameters
<Serializable()> _
Public Enum eDeviceSubType_SecurityArea
Invalid = 0
PRIMARY = 1
Area_Partition_2 = 2
Area_Partition_3 = 3
Area_Partition_4 = 4
Area_Partition_5 = 5
Area_Partition_6 = 6
Area_Partition_7 = 7
Area_Partition_8 = 8
Area_Partition_9 = 9
End Enum
Returns
Nothing
Example
Sample Code
None