C# 클래스 BACnet.Tagging.TaggedValueProvider

상속: IGenericValueProvider
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
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