コンテンツにスキップ

ITransportLayerInfo Interface#

Provides access to the properties of a transport layer.

Syntax#

C#

public interface ITransportLayerInfo : IInfo

VB

Public Interface ITransportLayerInfo
    Inherits IInfo

The ITransportLayerInfo type exposes the following members.

プロパティ#

名前説明
Public propertyItem Retrieves the value of the specified property. (Inherited from IInfo.)
 

方法#

名前説明
Public methodContainsKey Indicates if the item has a specific property. (Inherited from IInfo.)
Public methodGetValueOrDefault Gets the property value if the given property key exists. Otherwise, returns the default value. (Inherited from IInfo.)
 

Remarks#

The static class TransportLayerInfoKey can be used to get a list of available camera info keys.