AsyncProperty (ALIAS)¶
TYPE AsyncProperty : NBS.|dAsyncProperty|
See: AsyncProperty in the Net Base Services library
Example
myAsyncProperty : UADP.AsyncProperty := (
    tnTaskName:='myTask',
    usiTaskPrio:=10,
    udiTaskInterval:=10000 (* µs *)
);
myConnection : UADP.Connection := (
    itfAsyncProperty:=myAsyncProperty,
    uiPublisherId:=42,
    itfIPAddress:=ipAdapterAddress,
    itfPublisherIP:=ipPublisherAddress,
    itfSubscriberIPSet:=0
);
