Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_setvoipconfigext [2022/09/07 13:48] mark [파라미터] |
en:bs2_setvoipconfigext [2024/05/28 18:45] (current) kkshin |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== BS2_SetVoipConfigExt ===== | ===== BS2_SetVoipConfigExt ===== | ||
| - | [+ 2.8.3] Save the 'BioStation 3' extended VoIP settings. \\ | + | [+ 2.8.3] Save the extended VoIP settings. \\ |
| Compared to [[configuration_api#BS2VoipConfig]]various settings have been added, such as specifying outbound proxy or setting volume. \\ | Compared to [[configuration_api#BS2VoipConfig]]various settings have been added, such as specifying outbound proxy or setting volume. \\ | ||
| - | ==== 함수 ==== | + | ==== Declaration ==== |
| <code cpp> | <code cpp> | ||
| #include "BS_API.h" | #include "BS_API.h" | ||
| Line 21: | Line 21: | ||
| * [In] ''//deviceId//'' : Device ID | * [In] ''//deviceId//'' : Device ID | ||
| * [In] ''//config//'' : VoIP Settings Information Pointer | * [In] ''//config//'' : VoIP Settings Information Pointer | ||
| - | ==== 반환값 ==== | + | ==== Return Value ==== |
| - | 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | + | If successfully done, ''BS_SDK_SUCCESS'' will be returned. If there is an error, the corresponding error code will be returned. |
| - | ==== 샘플코드(C++) ==== | + | \\ |
| + | ==== Sample Code(C++) ==== | ||
| <file cpp sample_setvoipconfigext.cpp> | <file cpp sample_setvoipconfigext.cpp> | ||
| BS2VoipConfigExt config = { 0, }; | BS2VoipConfigExt config = { 0, }; | ||
| Line 62: | Line 63: | ||
| </file> | </file> | ||
| - | ==== 샘플코드(C#) ==== | + | ==== Sample Code (C#) ==== |
| <file csharp sample_setvoipconfigext.cs> | <file csharp sample_setvoipconfigext.cs> | ||
| BS2VoipConfigExt config = Util.AllocateStructure<BS2VoipConfigExt>(); | BS2VoipConfigExt config = Util.AllocateStructure<BS2VoipConfigExt>(); | ||