C# Класс BACnet.Tagging.TaggedValueProvider

Наследование: IGenericValueProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateStream ( GenericValue value, ISchema schema ) : IValueStream

Attempts to interpret a TaggedGenericType instance as a specific type

Описание методов

CreateStream() публичный Метод

Attempts to interpret a TaggedGenericType instance as a specific type
public CreateStream ( GenericValue value, ISchema schema ) : IValueStream
value GenericValue The value to interpet
schema ISchema The type to interpret as
Результат IValueStream