com.onlineobject.objectnet Namespace

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

Gets a registered device behavior from the network element.

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

Syntax


T GetDeviceBehavior<T>()

where T : IEntity

Type Parameters

T
The type of the entity to get.

Return Value

The device behavior as an entity of type T.