차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
ko:slave_control_api [2024/02/16 10:57] mwkim [Slave Control API] |
ko:slave_control_api [2024/10/23 15:51] (현재) mwkim |
||
|---|---|---|---|
| 줄 17: | 줄 17: | ||
| * [[BS2_GetOsdpStandardDeviceCapability]]: [+ 2.9.1] OSDP 장치 지원 정보를 가져옵니다. | * [[BS2_GetOsdpStandardDeviceCapability]]: [+ 2.9.1] OSDP 장치 지원 정보를 가져옵니다. | ||
| * [[BS2_SetOsdpStandardDeviceSecurityKey]]: [+ 2.9.1] OSDP 장치의 보안키를 설정합니다. | * [[BS2_SetOsdpStandardDeviceSecurityKey]]: [+ 2.9.1] OSDP 장치의 보안키를 설정합니다. | ||
| - | * [[BS2_SetSlaveBaudrate]]: [+ 2.9.6] RS485 네트워크에서 슬레이브 장치의 baudrate을 변경합니다. | + | * [[BS2_SetSlaveBaudrate]]: [+ 2.9.8] 마스터 장치에 연결된 슬레이브 장치의 RS-485 전송 속도를 변경합니다. |
| <WRAP alert> | <WRAP alert> | ||
| 줄 131: | 줄 131: | ||
| BS2_OSDP_CHANNEL_TYPE channelType; ///< 1 byte | BS2_OSDP_CHANNEL_TYPE channelType; ///< 1 byte | ||
| uint8_t maxOsdpDevice; ///< 1 byte | uint8_t maxOsdpDevice; ///< 1 byte | ||
| - | uint8_t numOsdpAvailibleDevice; ///< 1 byte | + | uint8_t numOsdpAvailableDevice; ///< 1 byte |
| BS2_DEVICE_ID deviceIDs[8]; ///< 4 x 8 = 32 bytes | BS2_DEVICE_ID deviceIDs[8]; ///< 4 x 8 = 32 bytes | ||
| } BS2OsdpStandardChannelInfo; ///< 36 bytes | } BS2OsdpStandardChannelInfo; ///< 36 bytes | ||
| 줄 177: | 줄 177: | ||
| - | ==== BS2OsdpStandardNotify ==== | + | ==== BS2OsdpStandardDeviceNotify ==== |
| <code cpp> | <code cpp> | ||
| typedef struct { | typedef struct { | ||
| 줄 199: | 줄 199: | ||
| BS2_BOOL readInfo; ///< 1 byte | BS2_BOOL readInfo; ///< 1 byte | ||
| uint8_t reserved[5]; ///< 5 bytes (packing) | uint8_t reserved[5]; ///< 5 bytes (packing) | ||
| - | } BS2OsdpStandardNotify; ///< 48 bytes | + | } BS2OsdpStandardDeviceNotify; ///< 48 bytes |
| </code> | </code> | ||
| 1. //deviceID// \\ | 1. //deviceID// \\ | ||