Compare commits
1 Commits
Subscripti
...
MonitoredI
Author | SHA1 | Date | |
---|---|---|---|
c9370e53db |
@ -337,6 +337,12 @@ u32 SubscriptionCreate(long ConnectionHdl,bool PublishingEnable,u16 Priority,lon
|
||||
return retval;
|
||||
}
|
||||
|
||||
u32 UA_SubscriptionDelete(long ConnectionHdl,long SubscriptionHdl){
|
||||
UA_Client *c = (UA_Client*)ConnectionHdl;
|
||||
u32 retval=UA_Client_Subscriptions_deleteSingle(c,SubscriptionHdl);
|
||||
return retval;
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
// long connecthdl;
|
||||
|
Reference in New Issue
Block a user