IPC DeleteQueue, documentation flaw

In the ABB RObotics IRC5 PC SDK the DeleteQueue has a flaw in the example…

There is no QueueId method available on the Ipc called QueueId ( it is now called GetQueueId(string name)

Example code:

Controller c = new Controller()

int queueId = c.Ipc.QueueId(“RABQueue”);

if (c.Ipc.Exists(queueId)) c.Ipc.DeleteQueue(queueId)

I have moved this thread to the RAB forum.

BR frpa

Hi,
thanks for noticing. The example shall use GetQueueId. This will be corrected.