SoDelayQueueSensorSetPriority Method |
Sets the priority of the sensor.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetPriority(
uint pri
)
Public Sub SetPriority (
pri As UInteger
)
public:
void SetPriority(
unsigned int pri
)
member SetPriority :
pri : uint32 -> unit
Parameters
- pri
- Type: SystemUInt32
Remarks Priorities can be changed at any time; if the priority is changed to zero and it is already scheduled, the sensor is immediately triggered and removed from the queue.
See Also