com.onlineobject.objectnet Namespace

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

Retrieves the device behavior of the specified type.

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

Syntax


public T GetDeviceBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the entity to retrieve.

Return Value

The device behavior of the specified type.