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 [샘플코드(C++)] |
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 63: | 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>(); | ||