C# Class BACnet.Ashrae.ConfirmedTextMessageRequest.CharacterWrapper

Inheritance: MessageClassType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
CharacterWrapper ( string item ) : System
Load ( IValueStream stream ) : CharacterWrapper
Save ( IValueSink sink, CharacterWrapper value ) : void

Method Details

CharacterWrapper() public method

public CharacterWrapper ( string item ) : System
item string
return System

Load() public static method

public static Load ( IValueStream stream ) : CharacterWrapper
stream IValueStream
return CharacterWrapper

Save() public static method

public static Save ( IValueSink sink, CharacterWrapper value ) : void
sink IValueSink
value CharacterWrapper
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema