Differences
This shows you the differences between two versions of the page.
|
en:bs2_getipconfigviaudpex [2019/05/28 13:36] yjjung created |
en:bs2_getipconfigviaudpex [2019/06/18 10:22] (current) yjjung |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| Line 7: | Line 6: | ||
| ===== BS2_GetIPConfigViaUDPEx===== | ===== BS2_GetIPConfigViaUDPEx===== | ||
| - | [+ 2.6.3] Host ip를 지정하여, 장치의 IP 설정 정보를 udp broadcasting을 통해 가져옵니다. \\ | + | [+ 2.6.3] Retrieves IP configuration through UDP broadcast with host IP. \\ |
| - | 다수의 Ethernet card가 설치되어 있는 시스템에서 유용합니다. | + | It is useful on systems with multiple Ethernet cards installed. |
| - | ==== 함수 ==== | + | ==== Declaration ==== |
| <code cpp> | <code cpp> | ||
| #include "BS_API.h" | #include "BS_API.h" | ||
| Line 17: | Line 16: | ||
| <callout type="info"> | <callout type="info"> | ||
| - | [[configuration api#BS2IpConfig|BS2IpConfig 구조체 보기]] | + | [[configuration api#BS2IpConfig|See BS2IpConfig Structure]] |
| </callout> | </callout> | ||
| - | ==== 파라미터 ==== | + | ==== Parameter ==== |
| * [In] ''//context//'' : Context | * [In] ''//context//'' : Context | ||
| - | * [In] ''//deviceId//'' : 장치 식별자 | + | * [In] ''//deviceId//'' : Device ID |
| - | * [Out] ''//config//'' : IP 설정 정보를 저장할 포인터 | + | * [Out] ''//config//'' : IP configuration pointer |
| - | * [In] ''//hostipAddr//'' : 호스트 IP 주소 | + | * [In] ''//hostipAddr//'' : Host IP address |
| - | ==== 반환값 ==== | + | ==== Return Value ==== |
| - | 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | + | If successfully done, ''BS_SDK_SUCCESS'' will be returned. \\ |