com.onlineobject.objectnet Namespace

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

Checks if a device behavior of the specified type is registered.

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

Syntax


public bool HasDeviceBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the entity to check.

Return Value

True if the behavior is registered; otherwise, false.