Windows Development SDK coming with VENAS Professional Edition. VENAS Professional Editionprovides advanced users with a set of powerful Windows Application Programming Interfaces ( API ). Users can develop their own application by calling these APIs. |
Introduction |
Before Windows Applications call the interfaces of ZigbeeCom.ISerialport, the coordinator provided by Versalinks should be connected to the PC. The coordinator communicates with the windows application via ZigbeeCom ISerialport. |
 |
Activate Interfaces |
Remember before calling ZigbeeCom ISerialport interfaces, users must call Enable method to activate control interfaces. The value TRUE or FALSE returned from BOOL Enable ( BSTR bstrCode ) bstrCode-Password indicates whether Enable executes successfully or not. |
Calling Methods |
| Open COM Port;
Close COM Port;
Set Transmitting Power;
Set Device Parent;
Obtain Coordinator MAC ID;
Set Sleeping Time. |
Events |
| Register Event |
| Once a device joined the network, the event is triggered. |
| Periodical Event Report |
| A device reports its status data every periodical time, default is 10 seconds. |
Properties |
| See detailed information in VENAS Professional Version. |
Data Type |
| See detailed information in VENAS Professional Version. |