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
Previous revision
Last revision Both sides next revision
en:bs2_setvoipconfigext [2022/09/07 13:48]
mark [반환값]
en:bs2_setvoipconfigext [2022/09/29 16:56]
kkshin
Line 5: Line 5:
  
 ===== BS2_SetVoipConfigExt ===== ===== BS2_SetVoipConfigExt =====
-[+ 2.8.3] ​Save the '​BioStation 3' extended VoIP settings. \\+[+ 2.8.3] ​''​BioStation 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 24: Line 24:
 If successfully done, ''​BS_SDK_SUCCESS''​ will be returned. If there is an error, the corresponding error code will be returned. ​ 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 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>​();​