Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:slave_control_api [2023/02/28 15:02]
mwkim [BS2OsdpStandardDeviceAdd]
en:slave_control_api [2023/02/28 15:02]
mwkim [BS2OsdpStandardDeviceUpdate]
Line 262: Line 262:
 </​code>​ </​code>​
 1. //osdpID// \\ 1. //osdpID// \\
-OSDP 식별자입니다식별자는 사용자가 직접 ​0~126 사이의 임의의 값을 지정하여야 합니다. \\ +OSDP IdentifierThe identifier must be set to a random value between ​and 126 by the user. \\ 
-이 값은 동일 채널 내에서는 중복을 허용하지 않으며, 중복되거나 범위 밖의 값이 지정된 경우 오류를 발생시킬 수 있습니다. \\ +This value does not allow duplication within the same channel and may raise an error if duplicated or out-of-range values are set. \\ 
-마스터 장치 내에서 채널이 다르다면 동일한 식별자를 부여하여 장치를 추가 할 수 있습니다.  \\ \\+If the channels are different within the master device, you can add devices by setting them to the same identifier.  \\ \\
 2. //​activate//​ \\ 2. //​activate//​ \\
-장치 활성화 상태를 지정합니다. \\ +Specifies the device activation state. \\ 
-장치의 연결 상태와는 무관하며, false로 설정되면 성공적으로 연결이 되어있더라도 해당 장치의 동작은 무시됩니다. \\ \\+Regardless of the connection state of the deviceif set to false, the operation of the device is ignored even if it is successfully connected. \\ \\
 3. //​useSecureSession//​ \\  3. //​useSecureSession//​ \\ 
-암호화 통신 여부를 지정합니다. \\ +Specifies whether to encrypt communication. \\ 
-별도의 키를 설정하지 않았다면 기본키로 암호화 통신을 수행하며, [[BS2_SetOsdpStandardDeviceSecurityKey]]로 변경할 수 있습니다. \\ \\+If a separate key is not setencryption communication is used as the default key, and can be changed with [[BS2_SetOsdpStandardDeviceSecurityKey]]. \\ \\
 4. //​deviceType//​ \\ 4. //​deviceType//​ \\
-장치 유형입니다. BS2_DEVICE_TYPE_3RD_OSDP_DEVICE로 설정되어져야 합니다. \\ \\+Device typeShould be set to BS2_DEVICE_TYPE_3RD_OSDP_DEVICE. \\ \\
 5. //​deviceID//​ \\ 5. //​deviceID//​ \\
-장치 식별자입니다. \\ \\+Device Identifier. \\ \\