Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: core/uip/NyLPC_cIPv4Config.h
- Revision:
- 37:fc4b4fd6a649
- Parent:
- 27:eb66b517efe6
- Child:
- 57:bc4330dfa62f
--- a/core/uip/NyLPC_cIPv4Config.h Thu May 16 16:06:46 2013 +0000 +++ b/core/uip/NyLPC_cIPv4Config.h Wed Jun 19 09:33:01 2013 +0000 @@ -82,6 +82,11 @@ */ void NyLPC_cIPv4Config_initialzeForEthernet(NyLPC_TcIPv4Config_t* i_inst,const struct NyLPC_TEthAddr* i_ether_addr,NyLPC_TUInt16 i_ether_frame_len); +/** + * コピーコンストラクタ + */ +void NyLPC_cIPv4Config_initialzeCopy(NyLPC_TcIPv4Config_t* i_inst,const NyLPC_TcIPv4Config_t* i_src); + /** * デストラクタです。インスタンスを破棄して、確保している動的リソースを元に戻します。
