com.onlineobject.objectnet Namespace

NetworkElement..::..HasDeviceBehavior<(Of <(<'T>)>)> Method

Checks if a device behavior of a specific type is registered.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool HasDeviceBehavior<T>()

Type Parameters

T
The type of the behavior to check for.

Return Value

True if the behavior is registered, otherwise false.