Up |
_networkCreate
Create a new network object with some defaults values. You can change these values after as you want.
Prototype :
fun [Chn] ObjNetwork
- Chn : a channel. In the most cases, this is the current channel (_channel).
Return : ObjNetwork the new object or nil if error.
See also :
Example :